#C33545

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

Shades of Brick Red #C33545

Tints of Brick Red #C33545

Color information

#C33545 (or 0xC33545) is unknown color: approx Brick Red. HEX triplet: C3, 35 and 45. RGB value is (195,53,69). Sum of RGB (Red+Green+Blue) = 195+53+69=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C33545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33545 is #3CCABA. Grayscale: #616161. Windows color (decimal): -3984059 or 4535747. OLE color: 4535747.

HSL color Cylindrical-coordinate representation of color #C33545: hue angle of 353.24º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33545 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB1955369-
CMYK00.730.650.24
HSL353.24º57.26%48.63%-
HSV(B)353.24º72.82%76.47%-
XYZ24.8514.587.13-
YUV97.28112.04197.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.51%
GREEN value IS 53 (21.09% from 255) = 16.72%
BLUE value IS 69 (27.34% from 255) = 21.77%
R=61.51%
G=16.72%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195536900.730.650.24353.2457.2648.63
HexC3354504941181613931
Octal303651050111101305417161
Binary11000011110101100010101001001100000111000101100001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33545; }

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

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

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

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

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

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

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

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