#C34048

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

Shades of Brick Red #C34048

Tints of Brick Red #C34048

Color information

#C34048 (or 0xC34048) is unknown color: approx Brick Red. HEX triplet: C3, 40 and 48. RGB value is (195,64,72). Sum of RGB (Red+Green+Blue) = 195+64+72=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C34048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34048 is #3CBFB7. Grayscale: #686868. Windows color (decimal): -3981240 or 4735171. OLE color: 4735171.

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

Color convert

RGB1956472-
CMYK00.670.630.24
HSL356.34º52.19%50.78%-
HSV(B)356.34º67.18%76.47%-
XYZ25.5115.747.82-
YUV104.08109.9192.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.91%
GREEN value IS 64 (25.39% from 255) = 19.34%
BLUE value IS 72 (28.52% from 255) = 21.75%
R=58.91%
G=19.34%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195647200.670.630.24356.3452.1950.78
HexC340480433F181643433
Octal303100110010377305446463
Binary11000011100000010010000100001111111111000101100100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34048; }

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

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

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

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

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

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

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

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