#BC0736

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

Shades of Cardinal #BC0736

Tints of Cardinal #BC0736

Color information

#BC0736 (or 0xBC0736) is unknown color: approx Cardinal. HEX triplet: BC, 07 and 36. RGB value is (188,7,54). Sum of RGB (Red+Green+Blue) = 188+7+54=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0736 is #43F8C9. Grayscale: #424242. Windows color (decimal): -4454602 or 3540924. OLE color: 3540924.

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

Color convert

RGB188754-
CMYK00.960.710.26
HSL344.42º92.82%38.24%-
HSV(B)344.42º96.28%73.73%-
XYZ21.4811.114.5-
YUV66.48120.97214.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 75.50%
GREEN value IS 7 (3.12% from 255) = 2.81%
BLUE value IS 54 (21.48% from 255) = 21.69%
R=75.50%
G=2.81%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18875400.960.710.26344.4292.8238.24
HexBC736060471A1585d26
Octal27476601401073253013546
Binary10111100111110110011000001000111110101010110001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0736; }

 p { color: rgb(188,7,54); }

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

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

 a { background-color: rgb(188,7,54); }

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

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

 span { border-color: rgb(188,7,54); }

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