#C33946

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

Shades of Brick Red #C33946

Tints of Brick Red #C33946

Color information

#C33946 (or 0xC33946) is unknown color: approx Brick Red. HEX triplet: C3, 39 and 46. RGB value is (195,57,70). Sum of RGB (Red+Green+Blue) = 195+57+70=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C33946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33946 is #3CC6B9. Grayscale: #636363. Windows color (decimal): -3983034 or 4602307. OLE color: 4602307.

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

Color convert

RGB1955770-
CMYK00.710.640.24
HSL354.35º54.76%49.41%-
HSV(B)354.35º70.77%76.47%-
XYZ25.0714.977.36-
YUV99.74111.22195.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 60.56%
GREEN value IS 57 (22.66% from 255) = 17.70%
BLUE value IS 70 (27.73% from 255) = 21.74%
R=60.56%
G=17.70%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195577000.710.640.24354.3554.7649.41
HexC3394604740181623731
Octal303711060107100305426761
Binary11000011111001100011001000111100000011000101100010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33946; }

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

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

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

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

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

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

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

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