#C34045

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

Shades of Brick Red #C34045

Tints of Brick Red #C34045

Color information

#C34045 (or 0xC34045) is unknown color: approx Brick Red. HEX triplet: C3, 40 and 45. RGB value is (195,64,69). Sum of RGB (Red+Green+Blue) = 195+64+69=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C34045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34045 is #3CBFBA. Grayscale: #676767. Windows color (decimal): -3981243 or 4538563. OLE color: 4538563.

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

Color convert

RGB1956469-
CMYK00.670.650.24
HSL357.71º52.19%50.78%-
HSV(B)357.71º67.18%76.47%-
XYZ25.4115.77.32-
YUV103.74108.4193.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.45%
GREEN value IS 64 (25.39% from 255) = 19.51%
BLUE value IS 69 (27.34% from 255) = 21.04%
R=59.45%
G=19.51%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195646900.670.650.24357.7152.1950.78
HexC3404504341181663433
Octal3031001050103101305466463
Binary110000111000000100010101000011100000111000101100110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34045; }

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

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

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

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

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

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

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

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