#BD0041

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

Shades of Cardinal #BD0041

Tints of Cardinal #BD0041

Color information

#BD0041 (or 0xBD0041) is unknown color: approx Cardinal. HEX triplet: BD, 00 and 41. RGB value is (189,0,65). Sum of RGB (Red+Green+Blue) = 189+0+65=254 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.41% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0041 is #42FFBE. Grayscale: #3F3F3F. Windows color (decimal): -4390847 or 4260029. OLE color: 4260029.

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

Color convert

RGB189065-
CMYK010.660.26
HSL339.37º100%37.06%-
HSV(B)339.37º100%74.12%-
XYZ21.9411.26.01-
YUV63.92128.62217.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 74.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 65 (25.78% from 255) = 25.59%
R=74.41%
G=0%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189065010.660.26339.3710037.06
HexBD041064421A1536425
Octal275010101441023252314445
Binary1011110101000001011001001000010110101010100111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0041; }

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

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

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

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

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

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

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

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