#C34148

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

Shades of Brick Red #C34148

Tints of Brick Red #C34148

Color information

#C34148 (or 0xC34148) is unknown color: approx Brick Red. HEX triplet: C3, 41 and 48. RGB value is (195,65,72). Sum of RGB (Red+Green+Blue) = 195+65+72=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C34148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34148 is #3CBEB7. Grayscale: #686868. Windows color (decimal): -3980984 or 4735427. OLE color: 4735427.

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

Color convert

RGB1956572-
CMYK00.670.630.24
HSL356.77º52%50.98%-
HSV(B)356.77º66.67%76.47%-
XYZ25.5715.857.84-
YUV104.67109.57192.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.73%
GREEN value IS 65 (25.78% from 255) = 19.58%
BLUE value IS 72 (28.52% from 255) = 21.69%
R=58.73%
G=19.58%
B=21.69%

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
Decimal195657200.670.630.24356.775250.98
HexC341480433F181653433
Octal303101110010377305456463
Binary11000011100000110010000100001111111111000101100101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34148; }

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

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

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

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

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

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

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

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