#c12c39

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

Shades of Brick Red #C12C39

Tints of Brick Red #C12C39

Color information

#C12C39 (or 0xC12C39) is unknown color: approx Brick Red. HEX triplet: C1, 2C and 39. RGB value is (193,44,57). Sum of RGB (Red+Green+Blue) = 193+44+57=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12C39 is #3ED3C6. Grayscale: #5A5A5A. Windows color (decimal): -4117447 or 3747009. OLE color: 3747009.

HSL color Cylindrical-coordinate representation of color #C12C39: hue angle of 354.77º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12C39 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB1934457-
CMYK00.770.700.24
HSL354.77º62.87%46.47%-
HSV(B)354.77º77.2%75.69%-
XYZ23.6313.435.22-
YUV90.03109.36201.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 65.65%
GREEN value IS 44 (17.58% from 255) = 14.97%
BLUE value IS 57 (22.66% from 255) = 19.39%
R=65.65%
G=14.97%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193445700.770.700.24354.7762.8746.47
HexC12C3904D46181633f2e
Octal30154710115106305437756
Binary1100000110110011100101001101100011011000101100011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c12c39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c12c39; }

 p { color: rgb(193,44,57); }

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

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

 a { background-color: rgb(193,44,57); }

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

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

 span { border-color: rgb(193,44,57); }

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