#BD223B

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

Shades of Cardinal #BD223B

Tints of Cardinal #BD223B

Color information

#BD223B (or 0xBD223B) is unknown color: approx Cardinal. HEX triplet: BD, 22 and 3B. RGB value is (189,34,59). Sum of RGB (Red+Green+Blue) = 189+34+59=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD223B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD223B is #42DDC4. Grayscale: #535353. Windows color (decimal): -4382149 or 3875517. OLE color: 3875517.

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

Color convert

RGB1893459-
CMYK00.820.690.26
HSL350.32º69.51%43.73%-
HSV(B)350.32º82.01%74.12%-
XYZ22.3512.285.33-
YUV83.2114.35203.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 67.02%
GREEN value IS 34 (13.67% from 255) = 12.06%
BLUE value IS 59 (23.44% from 255) = 20.92%
R=67.02%
G=12.06%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189345900.820.690.26350.3269.5143.73
HexBD223B052451A15e462c
Octal275427301221053253610654
Binary10111101100010111011010100101000101110101010111101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD223B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD223B; }

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

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

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

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

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

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

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

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