#BD0636

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

Shades of Cardinal #BD0636

Tints of Cardinal #BD0636

Color information

#BD0636 (or 0xBD0636) is unknown color: approx Cardinal. HEX triplet: BD, 06 and 36. RGB value is (189,6,54). Sum of RGB (Red+Green+Blue) = 189+6+54=249 (32% of max value = 765). Red value is 189 (74.22% from 255 or 75.90% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0636 is #42F9C9. Grayscale: #424242. Windows color (decimal): -4389322 or 3540669. OLE color: 3540669.

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

Color convert

RGB189654-
CMYK00.970.710.26
HSL344.26º93.85%38.24%-
HSV(B)344.26º96.83%74.12%-
XYZ21.7211.224.51-
YUV66.19121.13215.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 75.90%
GREEN value IS 6 (2.73% from 255) = 2.41%
BLUE value IS 54 (21.48% from 255) = 21.69%
R=75.90%
G=2.41%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18965400.970.710.26344.2693.8538.24
HexBD636061471A1585e26
Octal27566601411073253013646
Binary10111101110110110011000011000111110101010110001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0636; }

 p { color: rgb(189,6,54); }

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

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

 a { background-color: rgb(189,6,54); }

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

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

 span { border-color: rgb(189,6,54); }

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