#BD2140

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

Shades of Cardinal #BD2140

Tints of Cardinal #BD2140

Color information

#BD2140 (or 0xBD2140) is unknown color: approx Cardinal. HEX triplet: BD, 21 and 40. RGB value is (189,33,64). Sum of RGB (Red+Green+Blue) = 189+33+64=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2140 is #42DEBF. Grayscale: #535353. Windows color (decimal): -4382400 or 4202941. OLE color: 4202941.

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

Color convert

RGB1893364-
CMYK00.830.660.26
HSL348.08º70.27%43.53%-
HSV(B)348.08º82.54%74.12%-
XYZ22.4612.286.04-
YUV83.18117.18203.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 66.08%
GREEN value IS 33 (13.28% from 255) = 11.54%
BLUE value IS 64 (25.39% from 255) = 22.38%
R=66.08%
G=11.54%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189336400.830.660.26348.0870.2743.53
HexBD2140053421A15c462c
Octal2754110001231023253410654
Binary101111011000011000000010100111000010110101010111001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2140; }

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

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

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

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

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

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

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

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