#BD212A

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

Shades of Cardinal #BD212A

Tints of Cardinal #BD212A

Color information

#BD212A (or 0xBD212A) is unknown color: approx Cardinal. HEX triplet: BD, 21 and 2A. RGB value is (189,33,42). Sum of RGB (Red+Green+Blue) = 189+33+42=264 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.59% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 189 - color contains mainly: red. Hex color #BD212A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD212A is #42DED5. Grayscale: #505050. Windows color (decimal): -4382422 or 2761149. OLE color: 2761149.

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

Color convert

RGB1893342-
CMYK00.830.780.26
HSL356.54º70.27%43.53%-
HSV(B)356.54º82.54%74.12%-
XYZ21.9512.073.36-
YUV80.67106.18205.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 71.59%
GREEN value IS 33 (13.28% from 255) = 12.5%
BLUE value IS 42 (16.80% from 255) = 15.91%
R=71.59%
G=12.5%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189334200.830.780.26356.5470.2743.53
HexBD212A0534E1A165462c
Octal275415201231163254510654
Binary10111101100001101010010100111001110110101011001011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD212A; }

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

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

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

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

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

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

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

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