#BC2542

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

Shades of Cardinal #BC2542

Tints of Cardinal #BC2542

Color information

#BC2542 (or 0xBC2542) is unknown color: approx Cardinal. HEX triplet: BC, 25 and 42. RGB value is (188,37,66). Sum of RGB (Red+Green+Blue) = 188+37+66=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2542 is #43DABD. Grayscale: #555555. Windows color (decimal): -4446910 or 4335036. OLE color: 4335036.

HSL color Cylindrical-coordinate representation of color #BC2542: hue angle of 348.48º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2542 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB1883766-
CMYK00.800.650.26
HSL348.48º67.11%44.12%-
HSV(B)348.48º80.32%73.73%-
XYZ22.3812.416.37-
YUV85.46117.03201.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 64.60%
GREEN value IS 37 (14.84% from 255) = 12.71%
BLUE value IS 66 (26.17% from 255) = 22.68%
R=64.60%
G=12.71%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188376600.800.650.26348.4867.1144.12
HexBC2542050411A15c432c
Octal2744510201201013253410354
Binary101111001001011000010010100001000001110101010111001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2542; }

 p { color: rgb(188,37,66); }

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

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

 a { background-color: rgb(188,37,66); }

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

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

 span { border-color: rgb(188,37,66); }

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