#BC1338

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

Shades of Cardinal #BC1338

Tints of Cardinal #BC1338

Color information

#BC1338 (or 0xBC1338) is unknown color: approx Cardinal. HEX triplet: BC, 13 and 38. RGB value is (188,19,56). Sum of RGB (Red+Green+Blue) = 188+19+56=263 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.48% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1338 is #43ECC7. Grayscale: #494949. Windows color (decimal): -4451528 or 3675068. OLE color: 3675068.

HSL color Cylindrical-coordinate representation of color #BC1338: hue angle of 346.86º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1338 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB1881956-
CMYK00.900.700.26
HSL346.86º81.64%40.59%-
HSV(B)346.86º89.89%73.73%-
XYZ21.6911.444.81-
YUV73.75117.99209.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 71.48%
GREEN value IS 19 (7.81% from 255) = 7.22%
BLUE value IS 56 (22.27% from 255) = 21.29%
R=71.48%
G=7.22%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188195600.900.700.26346.8681.6440.59
HexBC133805A461A15b5229
Octal274237001321063253312251
Binary1011110010011111000010110101000110110101010110111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1338; }

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

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

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

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

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

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

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

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