#bd1c39

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

Shades of Cardinal #BD1C39

Tints of Cardinal #BD1C39

Color information

#BD1C39 (or 0xBD1C39) is unknown color: approx Cardinal. HEX triplet: BD, 1C and 39. RGB value is (189,28,57). Sum of RGB (Red+Green+Blue) = 189+28+57=274 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.98% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1C39 is #42E3C6. Grayscale: #4F4F4F. Windows color (decimal): -4383687 or 3742909. OLE color: 3742909.

HSL color Cylindrical-coordinate representation of color #BD1C39: hue angle of 349.19º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1C39 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB1892857-
CMYK00.850.700.26
HSL349.19º74.19%42.55%-
HSV(B)349.19º85.19%74.12%-
XYZ22.1411.945.01-
YUV79.45115.34206.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 68.98%
GREEN value IS 28 (11.33% from 255) = 10.22%
BLUE value IS 57 (22.66% from 255) = 20.80%
R=68.98%
G=10.22%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189285700.850.700.26349.1974.1942.55
HexBD1C39055461A15d4a2b
Octal275347101251063253511253
Binary1011110111100111001010101011000110110101010111011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd1c39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd1c39; }

 p { color: rgb(189,28,57); }

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

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

 a { background-color: rgb(189,28,57); }

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

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

 span { border-color: rgb(189,28,57); }

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