#BD0835

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

Shades of Cardinal #BD0835

Tints of Cardinal #BD0835

Color information

#BD0835 (or 0xBD0835) is unknown color: approx Cardinal. HEX triplet: BD, 08 and 35. RGB value is (189,8,53). Sum of RGB (Red+Green+Blue) = 189+8+53=250 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.6% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0835 is #42F7CA. Grayscale: #434343. Windows color (decimal): -4388811 or 3475645. OLE color: 3475645.

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

Color convert

RGB189853-
CMYK00.960.720.26
HSL345.08º91.88%38.63%-
HSV(B)345.08º95.77%74.12%-
XYZ21.7211.254.39-
YUV67.25119.97214.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 75.6%
GREEN value IS 8 (3.52% from 255) = 3.2%
BLUE value IS 53 (21.09% from 255) = 21.2%
R=75.6%
G=3.2%
B=21.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18985300.960.720.26345.0891.8838.63
HexBD835060481A1595c27
Octal275106501401103253113447
Binary101111011000110101011000001001000110101010110011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0835; }

 p { color: rgb(189,8,53); }

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

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

 a { background-color: rgb(189,8,53); }

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

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

 span { border-color: rgb(189,8,53); }

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