#C12A3E

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

Shades of Brick Red #C12A3E

Tints of Brick Red #C12A3E

Color information

#C12A3E (or 0xC12A3E) is unknown color: approx Brick Red. HEX triplet: C1, 2A and 3E. RGB value is (193,42,62). Sum of RGB (Red+Green+Blue) = 193+42+62=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12A3E is #3ED5C1. Grayscale: #595959. Windows color (decimal): -4117954 or 4074177. OLE color: 4074177.

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

Color convert

RGB1934262-
CMYK00.780.680.24
HSL352.05º64.26%46.08%-
HSV(B)352.05º78.24%75.69%-
XYZ23.6913.345.88-
YUV89.43112.53201.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 64.98%
GREEN value IS 42 (16.80% from 255) = 14.14%
BLUE value IS 62 (24.61% from 255) = 20.88%
R=64.98%
G=14.14%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193426200.780.680.24352.0564.2646.08
HexC12A3E04E4418160402e
Octal301527601161043054010056
Binary11000001101010111110010011101000100110001011000001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12A3E; }

 p { color: rgb(193,42,62); }

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

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

 a { background-color: rgb(193,42,62); }

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

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

 span { border-color: rgb(193,42,62); }

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