#C33246

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

Shades of Brick Red #C33246

Tints of Brick Red #C33246

Color information

#C33246 (or 0xC33246) is unknown color: approx Brick Red. HEX triplet: C3, 32 and 46. RGB value is (195,50,70). Sum of RGB (Red+Green+Blue) = 195+50+70=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C33246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33246 is #3CCDB9. Grayscale: #5F5F5F. Windows color (decimal): -3984826 or 4600515. OLE color: 4600515.

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

Color convert

RGB1955070-
CMYK00.740.640.24
HSL351.72º59.18%48.04%-
HSV(B)351.72º74.36%76.47%-
XYZ24.7514.337.25-
YUV95.64113.54198.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.90%
GREEN value IS 50 (19.92% from 255) = 15.87%
BLUE value IS 70 (27.73% from 255) = 22.22%
R=61.90%
G=15.87%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195507000.740.640.24351.7259.1848.04
HexC3324604A40181603b30
Octal303621060112100305407360
Binary11000011110010100011001001010100000011000101100000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33246; }

 p { color: rgb(195,50,70); }

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

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

 a { background-color: rgb(195,50,70); }

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

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

 span { border-color: rgb(195,50,70); }

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