#C33340

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

Shades of Brick Red #C33340

Tints of Brick Red #C33340

Color information

#C33340 (or 0xC33340) is unknown color: approx Brick Red. HEX triplet: C3, 33 and 40. RGB value is (195,51,64). Sum of RGB (Red+Green+Blue) = 195+51+64=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C33340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33340 is #3CCCBF. Grayscale: #5F5F5F. Windows color (decimal): -3984576 or 4207555. OLE color: 4207555.

HSL color Cylindrical-coordinate representation of color #C33340: hue angle of 354.58º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33340 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB1955164-
CMYK00.740.670.24
HSL354.58º58.54%48.24%-
HSV(B)354.58º73.85%76.47%-
XYZ24.6114.346.32-
YUV95.54110.21198.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 62.90%
GREEN value IS 51 (20.31% from 255) = 16.45%
BLUE value IS 64 (25.39% from 255) = 20.65%
R=62.90%
G=16.45%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195516400.740.670.24354.5858.5448.24
HexC3334004A43181633b30
Octal303631000112103305437360
Binary11000011110011100000001001010100001111000101100011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33340; }

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

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

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

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

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

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

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

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