#C12E40

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

Shades of Brick Red #C12E40

Tints of Brick Red #C12E40

Color information

#C12E40 (or 0xC12E40) is unknown color: approx Brick Red. HEX triplet: C1, 2E and 40. RGB value is (193,46,64). Sum of RGB (Red+Green+Blue) = 193+46+64=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C12E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12E40 is #3ED1BF. Grayscale: #5C5C5C. Windows color (decimal): -4116928 or 4206273. OLE color: 4206273.

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

Color convert

RGB1934664-
CMYK00.760.670.24
HSL352.65º61.51%46.86%-
HSV(B)352.65º76.17%75.69%-
XYZ23.8913.666.23-
YUV92.01112.2200.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 63.70%
GREEN value IS 46 (18.36% from 255) = 15.18%
BLUE value IS 64 (25.39% from 255) = 21.12%
R=63.70%
G=15.18%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193466400.760.670.24352.6561.5146.86
HexC12E4004C43181613e2f
Octal301561000114103305417657
Binary11000001101110100000001001100100001111000101100001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12E40; }

 p { color: rgb(193,46,64); }

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

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

 a { background-color: rgb(193,46,64); }

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

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

 span { border-color: rgb(193,46,64); }

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