#C34047

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

Shades of Brick Red #C34047

Tints of Brick Red #C34047

Color information

#C34047 (or 0xC34047) is unknown color: approx Brick Red. HEX triplet: C3, 40 and 47. RGB value is (195,64,71). Sum of RGB (Red+Green+Blue) = 195+64+71=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C34047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34047 is #3CBFB8. Grayscale: #686868. Windows color (decimal): -3981241 or 4669635. OLE color: 4669635.

HSL color Cylindrical-coordinate representation of color #C34047: hue angle of 356.79º 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 #C34047 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB1956471-
CMYK00.670.640.24
HSL356.79º52.19%50.78%-
HSV(B)356.79º67.18%76.47%-
XYZ25.4815.727.65-
YUV103.97109.4192.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.09%
GREEN value IS 64 (25.39% from 255) = 19.39%
BLUE value IS 71 (28.12% from 255) = 21.52%
R=59.09%
G=19.39%
B=21.52%

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
Decimal195647100.670.640.24356.7952.1950.78
HexC3404704340181653433
Octal3031001070103100305456463
Binary110000111000000100011101000011100000011000101100101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34047; }

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

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

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

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

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

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

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

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