#BD222D

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

Shades of Cardinal #BD222D

Tints of Cardinal #BD222D

Color information

#BD222D (or 0xBD222D) is unknown color: approx Cardinal. HEX triplet: BD, 22 and 2D. RGB value is (189,34,45). Sum of RGB (Red+Green+Blue) = 189+34+45=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD222D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD222D is #42DDD2. Grayscale: #515151. Windows color (decimal): -4382163 or 2958013. OLE color: 2958013.

HSL color Cylindrical-coordinate representation of color #BD222D: hue angle of 355.74º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD222D is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB1893445-
CMYK00.820.760.26
HSL355.74º69.51%43.73%-
HSV(B)355.74º82.01%74.12%-
XYZ22.0312.153.67-
YUV81.6107.35204.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 70.52%
GREEN value IS 34 (13.67% from 255) = 12.69%
BLUE value IS 45 (17.97% from 255) = 16.79%
R=70.52%
G=12.69%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189344500.820.760.26355.7469.5143.73
HexBD222D0524C1A164462c
Octal275425501221143254410654
Binary10111101100010101101010100101001100110101011001001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD222D; }

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

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

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

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

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

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

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

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