#C03446

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

Shades of Brick Red #C03446

Tints of Brick Red #C03446

Color information

#C03446 (or 0xC03446) is unknown color: approx Brick Red. HEX triplet: C0, 34 and 46. RGB value is (192,52,70). Sum of RGB (Red+Green+Blue) = 192+52+70=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C03446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03446 is #3FCBB9. Grayscale: #5F5F5F. Windows color (decimal): -4180922 or 4601024. OLE color: 4601024.

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

Color convert

RGB1925270-
CMYK00.730.640.25
HSL352.29º57.38%47.84%-
HSV(B)352.29º72.92%75.29%-
XYZ24.0714.17.25-
YUV95.91113.38196.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.15%
GREEN value IS 52 (20.70% from 255) = 16.56%
BLUE value IS 70 (27.73% from 255) = 22.29%
R=61.15%
G=16.56%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192527000.730.640.25352.2957.3847.84
HexC0344604940191603930
Octal300641060111100315407160
Binary11000000110100100011001001001100000011001101100000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03446; }

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

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

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

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

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

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

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

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