#C12944

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

Shades of Brick Red #C12944

Tints of Brick Red #C12944

Color information

#C12944 (or 0xC12944) is unknown color: approx Brick Red. HEX triplet: C1, 29 and 44. RGB value is (193,41,68). Sum of RGB (Red+Green+Blue) = 193+41+68=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C12944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12944 is #3ED6BB. Grayscale: #595959. Windows color (decimal): -4118204 or 4467137. OLE color: 4467137.

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

Color convert

RGB1934168-
CMYK00.790.650.24
HSL349.34º64.96%45.88%-
HSV(B)349.34º78.76%75.69%-
XYZ23.8313.346.79-
YUV89.53115.86201.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 63.91%
GREEN value IS 41 (16.41% from 255) = 13.58%
BLUE value IS 68 (26.95% from 255) = 22.52%
R=63.91%
G=13.58%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193416800.790.650.24349.3464.9645.88
HexC1294404F411815d412e
Octal3015110401171013053510156
Binary110000011010011000100010011111000001110001010111011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12944; }

 p { color: rgb(193,41,68); }

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

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

 a { background-color: rgb(193,41,68); }

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

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

 span { border-color: rgb(193,41,68); }

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