#BD213B

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

Shades of Cardinal #BD213B

Tints of Cardinal #BD213B

Color information

#BD213B (or 0xBD213B) is unknown color: approx Cardinal. HEX triplet: BD, 21 and 3B. RGB value is (189,33,59). Sum of RGB (Red+Green+Blue) = 189+33+59=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD213B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD213B is #42DEC4. Grayscale: #525252. Windows color (decimal): -4382405 or 3875261. OLE color: 3875261.

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

Color convert

RGB1893359-
CMYK00.830.690.26
HSL350º70.27%43.53%-
HSV(B)350º82.54%74.12%-
XYZ22.3212.225.32-
YUV82.61114.68203.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 67.26%
GREEN value IS 33 (13.28% from 255) = 11.74%
BLUE value IS 59 (23.44% from 255) = 21.00%
R=67.26%
G=11.74%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189335900.830.690.2635070.2743.53
HexBD213B053451A15e462c
Octal275417301231053253610654
Binary10111101100001111011010100111000101110101010111101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD213B; }

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

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

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

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

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

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

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

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