#BD223C

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

Shades of Cardinal #BD223C

Tints of Cardinal #BD223C

Color information

#BD223C (or 0xBD223C) is unknown color: approx Cardinal. HEX triplet: BD, 22 and 3C. RGB value is (189,34,60). Sum of RGB (Red+Green+Blue) = 189+34+60=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD223C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD223C is #42DDC3. Grayscale: #535353. Windows color (decimal): -4382148 or 3941053. OLE color: 3941053.

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

Color convert

RGB1893460-
CMYK00.820.680.26
HSL349.94º69.51%43.73%-
HSV(B)349.94º82.01%74.12%-
XYZ22.3712.295.47-
YUV83.31114.85203.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 66.78%
GREEN value IS 34 (13.67% from 255) = 12.01%
BLUE value IS 60 (23.83% from 255) = 21.20%
R=66.78%
G=12.01%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189346000.820.680.26349.9469.5143.73
HexBD223C052441A15e462c
Octal275427401221043253610654
Binary10111101100010111100010100101000100110101010111101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD223C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD223C; }

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

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

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

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

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

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

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

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