#BA2A36

Color #BA2A36 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #BA2A36

Tints of Cardinal #BA2A36

Color information

#BA2A36 (or 0xBA2A36) is unknown color: approx Cardinal. HEX triplet: BA, 2A and 36. RGB value is (186,42,54). Sum of RGB (Red+Green+Blue) = 186+42+54=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2A36 is #45D5C9. Grayscale: #565656. Windows color (decimal): -4576714 or 3549882. OLE color: 3549882.

HSL color Cylindrical-coordinate representation of color #BA2A36: hue angle of 355º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2A36 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB1864254-
CMYK00.770.710.27
HSL355º63.16%44.71%-
HSV(B)355º77.42%72.94%-
XYZ21.7412.364.73-
YUV86.42109.71199.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 65.96%
GREEN value IS 42 (16.80% from 255) = 14.89%
BLUE value IS 54 (21.48% from 255) = 19.15%
R=65.96%
G=14.89%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186425400.770.710.2735563.1644.71
HexBA2A3604D471B1633f2d
Octal27252660115107335437755
Binary1011101010101011011001001101100011111011101100011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2A36; }

 p { color: rgb(186,42,54); }

 H1.HeaderClassName
 {
   color: #BA2A36;
 }
 .AnyTagClassName
 {
   color: #BA2A36;
 }
</style>
background-color css

<style>
 a { background-color: #BA2A36; }

 a { background-color: rgb(186,42,54); }

 div.DivClassName
 {
   background-color: #BA2A36;
 }
 .BgClassName
 {
   background-color: #BA2A36;
 }
</style>
border-color css

<style>
 span { border-color: #BA2A36; }

 span { border-color: rgb(186,42,54); }

 td.TdClassName
 {
   border-color: #BA2A36;
 }
 .TagClassName
 {
   border-color: #BA2A36;
 }
</style>