#BC2736

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

Shades of Cardinal #BC2736

Tints of Cardinal #BC2736

Color information

#BC2736 (or 0xBC2736) is unknown color: approx Cardinal. HEX triplet: BC, 27 and 36. RGB value is (188,39,54). Sum of RGB (Red+Green+Blue) = 188+39+54=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2736 is #43D8C9. Grayscale: #555555. Windows color (decimal): -4446410 or 3549116. OLE color: 3549116.

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

Color convert

RGB1883954-
CMYK00.790.710.26
HSL353.96º65.64%44.51%-
HSV(B)353.96º79.26%73.73%-
XYZ22.1312.414.72-
YUV85.26110.36201.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 66.90%
GREEN value IS 39 (15.62% from 255) = 13.88%
BLUE value IS 54 (21.48% from 255) = 19.22%
R=66.90%
G=13.88%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188395400.790.710.26353.9665.6444.51
HexBC273604F471A162422d
Octal274476601171073254210255
Binary10111100100111110110010011111000111110101011000101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2736; }

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

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

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

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

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

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

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

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