#BA222D

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

Shades of Cardinal #BA222D

Tints of Cardinal #BA222D

Color information

#BA222D (or 0xBA222D) is unknown color: approx Cardinal. HEX triplet: BA, 22 and 2D. RGB value is (186,34,45). Sum of RGB (Red+Green+Blue) = 186+34+45=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA222D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA222D is #45DDD2. Grayscale: #505050. Windows color (decimal): -4578771 or 2958010. OLE color: 2958010.

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

Color convert

RGB1863445-
CMYK00.820.760.27
HSL355.66º69.09%43.14%-
HSV(B)355.66º81.72%72.94%-
XYZ21.311.773.63-
YUV80.7107.86203.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.19%
GREEN value IS 34 (13.67% from 255) = 12.83%
BLUE value IS 45 (17.97% from 255) = 16.98%
R=70.19%
G=12.83%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186344500.820.760.27355.6669.0943.14
HexBA222D0524C1B164452b
Octal272425501221143354410553
Binary10111010100010101101010100101001100110111011001001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA222D; }

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

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

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

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

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

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

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

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