#BC2438

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

Shades of Cardinal #BC2438

Tints of Cardinal #BC2438

Color information

#BC2438 (or 0xBC2438) is unknown color: approx Cardinal. HEX triplet: BC, 24 and 38. RGB value is (188,36,56). Sum of RGB (Red+Green+Blue) = 188+36+56=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2438 is #43DBC7. Grayscale: #535353. Windows color (decimal): -4447176 or 3679420. OLE color: 3679420.

HSL color Cylindrical-coordinate representation of color #BC2438: hue angle of 352.11º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2438 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB1883656-
CMYK00.810.700.26
HSL352.11º67.86%43.92%-
HSV(B)352.11º80.85%73.73%-
XYZ22.0812.244.94-
YUV83.73112.36202.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 67.14%
GREEN value IS 36 (14.45% from 255) = 12.86%
BLUE value IS 56 (22.27% from 255) = 20%
R=67.14%
G=12.86%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188365600.810.700.26352.1167.8643.92
HexBC2438051461A160442c
Octal274447001211063254010454
Binary10111100100100111000010100011000110110101011000001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2438; }

 p { color: rgb(188,36,56); }

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

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

 a { background-color: rgb(188,36,56); }

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

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

 span { border-color: rgb(188,36,56); }

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