#BC1D3C

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

Shades of Cardinal #BC1D3C

Tints of Cardinal #BC1D3C

Color information

#BC1D3C (or 0xBC1D3C) is unknown color: approx Cardinal. HEX triplet: BC, 1D and 3C. RGB value is (188,29,60). Sum of RGB (Red+Green+Blue) = 188+29+60=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1D3C is #43E2C3. Grayscale: #505050. Windows color (decimal): -4448964 or 3939772. OLE color: 3939772.

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

Color convert

RGB1882960-
CMYK00.850.680.26
HSL348.3º73.27%42.55%-
HSV(B)348.3º84.57%73.73%-
XYZ21.9911.95.41-
YUV80.08116.68204.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 67.87%
GREEN value IS 29 (11.72% from 255) = 10.47%
BLUE value IS 60 (23.83% from 255) = 21.66%
R=67.87%
G=10.47%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188296000.850.680.26348.373.2742.55
HexBC1D3C055441A15c492b
Octal274357401251043253411153
Binary1011110011101111100010101011000100110101010111001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1D3C; }

 p { color: rgb(188,29,60); }

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

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

 a { background-color: rgb(188,29,60); }

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

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

 span { border-color: rgb(188,29,60); }

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