#BC1233

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

Shades of Cardinal #BC1233

Tints of Cardinal #BC1233

Color information

#BC1233 (or 0xBC1233) is unknown color: approx Cardinal. HEX triplet: BC, 12 and 33. RGB value is (188,18,51). Sum of RGB (Red+Green+Blue) = 188+18+51=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1233 is #43EDCC. Grayscale: #484848. Windows color (decimal): -4451789 or 3347132. OLE color: 3347132.

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

Color convert

RGB1881851-
CMYK00.900.730.26
HSL348.35º82.52%40.39%-
HSV(B)348.35º90.43%73.73%-
XYZ21.5511.364.19-
YUV72.59115.82210.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 73.15%
GREEN value IS 18 (7.42% from 255) = 7.00%
BLUE value IS 51 (20.31% from 255) = 19.84%
R=73.15%
G=7.00%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188185100.900.730.26348.3582.5240.39
HexBC123305A491A15c5328
Octal274226301321113253412350
Binary1011110010010110011010110101001001110101010111001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1233; }

 p { color: rgb(188,18,51); }

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

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

 a { background-color: rgb(188,18,51); }

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

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

 span { border-color: rgb(188,18,51); }

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