#BD0046

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

Shades of Cardinal #BD0046

Tints of Cardinal #BD0046

Color information

#BD0046 (or 0xBD0046) is unknown color: approx Cardinal. HEX triplet: BD, 00 and 46. RGB value is (189,0,70). Sum of RGB (Red+Green+Blue) = 189+0+70=259 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.97% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0046 is #42FFB9. Grayscale: #404040. Windows color (decimal): -4390842 or 4587709. OLE color: 4587709.

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

Color convert

RGB189070-
CMYK010.630.26
HSL337.78º100%37.06%-
HSV(B)337.78º100%74.12%-
XYZ22.0911.266.8-
YUV64.49131.12216.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 72.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 70 (27.73% from 255) = 27.03%
R=72.97%
G=0%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189070010.630.26337.7810037.06
HexBD0460643F1A1526425
Octal27501060144773252214445
Binary101111010100011001100100111111110101010100101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0046; }

 p { color: rgb(189,0,70); }

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

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

 a { background-color: rgb(189,0,70); }

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

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

 span { border-color: rgb(189,0,70); }

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