#C03946

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

Shades of Brick Red #C03946

Tints of Brick Red #C03946

Color information

#C03946 (or 0xC03946) is unknown color: approx Brick Red. HEX triplet: C0, 39 and 46. RGB value is (192,57,70). Sum of RGB (Red+Green+Blue) = 192+57+70=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C03946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03946 is #3FC6B9. Grayscale: #626262. Windows color (decimal): -4179642 or 4602304. OLE color: 4602304.

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

Color convert

RGB1925770-
CMYK00.700.640.25
HSL354.22º54.22%48.82%-
HSV(B)354.22º70.31%75.29%-
XYZ24.3114.577.33-
YUV98.85111.73194.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60.19%
GREEN value IS 57 (22.66% from 255) = 17.87%
BLUE value IS 70 (27.73% from 255) = 21.94%
R=60.19%
G=17.87%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192577000.700.640.25354.2254.2248.82
HexC0394604640191623631
Octal300711060106100315426661
Binary11000000111001100011001000110100000011001101100010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03946; }

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

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

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

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

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

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

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

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