#c04146

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

Shades of Brick Red #C04146

Tints of Brick Red #C04146

Color information

#C04146 (or 0xC04146) is unknown color: approx Brick Red. HEX triplet: C0, 41 and 46. RGB value is (192,65,70). Sum of RGB (Red+Green+Blue) = 192+65+70=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C04146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04146 is #3FBEB9. Grayscale: #676767. Windows color (decimal): -4177594 or 4604352. OLE color: 4604352.

HSL color Cylindrical-coordinate representation of color #C04146: hue angle of 357.64º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04146 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB1926570-
CMYK00.660.640.25
HSL357.64º50.2%50.39%-
HSV(B)357.64º66.15%75.29%-
XYZ24.7315.437.47-
YUV103.54109.08191.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.72%
GREEN value IS 65 (25.78% from 255) = 19.88%
BLUE value IS 70 (27.73% from 255) = 21.41%
R=58.72%
G=19.88%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192657000.660.640.25357.6450.250.39
HexC0414604240191663232
Octal3001011060102100315466262
Binary110000001000001100011001000010100000011001101100110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c04146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c04146; }

 p { color: rgb(192,65,70); }

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

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

 a { background-color: rgb(192,65,70); }

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

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

 span { border-color: rgb(192,65,70); }

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