#BA223E

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

Shades of Cardinal #BA223E

Tints of Cardinal #BA223E

Color information

#BA223E (or 0xBA223E) is unknown color: approx Cardinal. HEX triplet: BA, 22 and 3E. RGB value is (186,34,62). Sum of RGB (Red+Green+Blue) = 186+34+62=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA223E is #45DDC1. Grayscale: #525252. Windows color (decimal): -4578754 or 4072122. OLE color: 4072122.

HSL color Cylindrical-coordinate representation of color #BA223E: hue angle of 348.95º degrees, saturation: 0.69, 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 #BA223E is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB1863462-
CMYK00.820.670.27
HSL348.95º69.09%43.14%-
HSV(B)348.95º81.72%72.94%-
XYZ21.6911.935.72-
YUV82.64116.36201.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.96%
GREEN value IS 34 (13.67% from 255) = 12.06%
BLUE value IS 62 (24.61% from 255) = 21.99%
R=65.96%
G=12.06%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186346200.820.670.27348.9569.0943.14
HexBA223E052431B15d452b
Octal272427601221033353510553
Binary10111010100010111110010100101000011110111010111011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA223E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA223E; }

 p { color: rgb(186,34,62); }

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

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

 a { background-color: rgb(186,34,62); }

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

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

 span { border-color: rgb(186,34,62); }

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