#C34046

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

Shades of Brick Red #C34046

Tints of Brick Red #C34046

Color information

#C34046 (or 0xC34046) is unknown color: approx Brick Red. HEX triplet: C3, 40 and 46. RGB value is (195,64,70). Sum of RGB (Red+Green+Blue) = 195+64+70=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C34046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34046 is #3CBFB9. Grayscale: #676767. Windows color (decimal): -3981242 or 4604099. OLE color: 4604099.

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

Color convert

RGB1956470-
CMYK00.670.640.24
HSL357.25º52.19%50.78%-
HSV(B)357.25º67.18%76.47%-
XYZ25.4415.717.49-
YUV103.85108.9193.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.27%
GREEN value IS 64 (25.39% from 255) = 19.45%
BLUE value IS 70 (27.73% from 255) = 21.28%
R=59.27%
G=19.45%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195647000.670.640.24357.2552.1950.78
HexC3404604340181653433
Octal3031001060103100305456463
Binary110000111000000100011001000011100000011000101100101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34046; }

 p { color: rgb(195,64,70); }

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

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

 a { background-color: rgb(195,64,70); }

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

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

 span { border-color: rgb(195,64,70); }

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