#C12D39

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

Shades of Brick Red #C12D39

Tints of Brick Red #C12D39

Color information

#C12D39 (or 0xC12D39) is unknown color: approx Brick Red. HEX triplet: C1, 2D and 39. RGB value is (193,45,57). Sum of RGB (Red+Green+Blue) = 193+45+57=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12D39 is #3ED2C6. Grayscale: #5A5A5A. Windows color (decimal): -4117191 or 3747265. OLE color: 3747265.

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

Color convert

RGB1934557-
CMYK00.770.700.24
HSL355.14º62.18%46.67%-
HSV(B)355.14º76.68%75.69%-
XYZ23.6713.515.23-
YUV90.62109.03201.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 65.42%
GREEN value IS 45 (17.97% from 255) = 15.25%
BLUE value IS 57 (22.66% from 255) = 19.32%
R=65.42%
G=15.25%
B=19.32%

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
Decimal193455700.770.700.24355.1462.1846.67
HexC12D3904D46181633e2f
Octal30155710115106305437657
Binary1100000110110111100101001101100011011000101100011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12D39; }

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

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

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

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

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

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

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

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