#BD0933

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

Shades of Cardinal #BD0933

Tints of Cardinal #BD0933

Color information

#BD0933 (or 0xBD0933) is unknown color: approx Cardinal. HEX triplet: BD, 09 and 33. RGB value is (189,9,51). Sum of RGB (Red+Green+Blue) = 189+9+51=249 (32% of max value = 765). Red value is 189 (74.22% from 255 or 75.90% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0933 is #42F6CC. Grayscale: #434343. Windows color (decimal): -4388557 or 3344829. OLE color: 3344829.

HSL color Cylindrical-coordinate representation of color #BD0933: hue angle of 346º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0933 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB189951-
CMYK00.950.730.26
HSL346º90.91%38.82%-
HSV(B)346º95.24%74.12%-
XYZ21.6811.254.16-
YUV67.61118.63214.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 75.90%
GREEN value IS 9 (3.91% from 255) = 3.61%
BLUE value IS 51 (20.31% from 255) = 20.48%
R=75.90%
G=3.61%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18995100.950.730.2634690.9138.82
HexBD93305F491A15a5b27
Octal275116301371113253213347
Binary101111011001110011010111111001001110101010110101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0933; }

 p { color: rgb(189,9,51); }

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

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

 a { background-color: rgb(189,9,51); }

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

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

 span { border-color: rgb(189,9,51); }

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