#BC124C

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

Shades of Cardinal #BC124C

Tints of Cardinal #BC124C

Color information

#BC124C (or 0xBC124C) is unknown color: approx Cardinal. HEX triplet: BC, 12 and 4C. RGB value is (188,18,76). Sum of RGB (Red+Green+Blue) = 188+18+76=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC124C is #43EDB3. Grayscale: #4B4B4B. Windows color (decimal): -4451764 or 4985532. OLE color: 4985532.

HSL color Cylindrical-coordinate representation of color #BC124C: hue angle of 339.53º 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 #BC124C is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB1881876-
CMYK00.900.600.26
HSL339.53º82.52%40.39%-
HSV(B)339.53º90.43%73.73%-
XYZ22.2611.657.91-
YUV75.44128.32208.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 66.67%
GREEN value IS 18 (7.42% from 255) = 6.38%
BLUE value IS 76 (30.08% from 255) = 26.95%
R=66.67%
G=6.38%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188187600.900.600.26339.5382.5240.39
HexBC124C05A3C1A1545328
Octal274221140132743252412350
Binary1011110010010100110001011010111100110101010101001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC124C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC124C; }

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

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

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

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

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

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

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

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