#BD0339

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

Shades of Cardinal #BD0339

Tints of Cardinal #BD0339

Color information

#BD0339 (or 0xBD0339) is unknown color: approx Cardinal. HEX triplet: BD, 03 and 39. RGB value is (189,3,57). Sum of RGB (Red+Green+Blue) = 189+3+57=249 (32% of max value = 765). Red value is 189 (74.22% from 255 or 75.90% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0339 is #42FCC6. Grayscale: #404040. Windows color (decimal): -4390087 or 3736509. OLE color: 3736509.

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

Color convert

RGB189357-
CMYK00.980.700.26
HSL342.58º96.88%37.65%-
HSV(B)342.58º98.41%74.12%-
XYZ21.7611.184.88-
YUV64.77123.62216.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 75.90%
GREEN value IS 3 (1.56% from 255) = 1.20%
BLUE value IS 57 (22.66% from 255) = 22.89%
R=75.90%
G=1.20%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18935700.980.700.26342.5896.8837.65
HexBD339062461A1576126
Octal27537101421063252714146
Binary1011110111111001011000101000110110101010101111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0339; }

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

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

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

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

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

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

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

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