#C34349

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

Shades of Brick Red #C34349

Tints of Brick Red #C34349

Color information

#C34349 (or 0xC34349) is unknown color: approx Brick Red. HEX triplet: C3, 43 and 49. RGB value is (195,67,73). Sum of RGB (Red+Green+Blue) = 195+67+73=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C34349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34349 is #3CBCB6. Grayscale: #6A6A6A. Windows color (decimal): -3980471 or 4801475. OLE color: 4801475.

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

Color convert

RGB1956773-
CMYK00.660.630.24
HSL357.19º51.61%51.37%-
HSV(B)357.19º65.64%76.47%-
XYZ25.7216.18.06-
YUV105.96109.41191.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.21%
GREEN value IS 67 (26.56% from 255) = 20%
BLUE value IS 73 (28.91% from 255) = 21.79%
R=58.21%
G=20%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195677300.660.630.24357.1951.6151.37
HexC343490423F181653433
Octal303103111010277305456463
Binary11000011100001110010010100001011111111000101100101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34349; }

 p { color: rgb(195,67,73); }

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

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

 a { background-color: rgb(195,67,73); }

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

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

 span { border-color: rgb(195,67,73); }

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