#BA2136

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

Shades of Cardinal #BA2136

Tints of Cardinal #BA2136

Color information

#BA2136 (or 0xBA2136) is unknown color: approx Cardinal. HEX triplet: BA, 21 and 36. RGB value is (186,33,54). Sum of RGB (Red+Green+Blue) = 186+33+54=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2136 is #45DEC9. Grayscale: #515151. Windows color (decimal): -4579018 or 3547578. OLE color: 3547578.

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

Color convert

RGB1863354-
CMYK00.820.710.27
HSL351.76º69.86%42.94%-
HSV(B)351.76º82.26%72.94%-
XYZ21.4611.794.64-
YUV81.14112.69202.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.13%
GREEN value IS 33 (13.28% from 255) = 12.09%
BLUE value IS 54 (21.48% from 255) = 19.78%
R=68.13%
G=12.09%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186335400.820.710.27351.7669.8642.94
HexBA2136052471B160462b
Octal272416601221073354010653
Binary10111010100001110110010100101000111110111011000001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2136; }

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

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

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

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

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

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

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

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