#C33942

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

Shades of Brick Red #C33942

Tints of Brick Red #C33942

Color information

#C33942 (or 0xC33942) is unknown color: approx Brick Red. HEX triplet: C3, 39 and 42. RGB value is (195,57,66). Sum of RGB (Red+Green+Blue) = 195+57+66=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C33942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33942 is #3CC6BD. Grayscale: #636363. Windows color (decimal): -3983038 or 4340163. OLE color: 4340163.

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

Color convert

RGB1955766-
CMYK00.710.660.24
HSL356.09º54.76%49.41%-
HSV(B)356.09º70.77%76.47%-
XYZ24.9514.926.72-
YUV99.29109.22196.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.32%
GREEN value IS 57 (22.66% from 255) = 17.92%
BLUE value IS 66 (26.17% from 255) = 20.75%
R=61.32%
G=17.92%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195576600.710.660.24356.0954.7649.41
HexC3394204742181643731
Octal303711020107102305446761
Binary11000011111001100001001000111100001011000101100100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33942; }

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

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

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

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

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

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

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

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