#C33A44

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

Shades of Brick Red #C33A44

Tints of Brick Red #C33A44

Color information

#C33A44 (or 0xC33A44) is unknown color: approx Brick Red. HEX triplet: C3, 3A and 44. RGB value is (195,58,68). Sum of RGB (Red+Green+Blue) = 195+58+68=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33A44 is #3CC5BB. Grayscale: #646464. Windows color (decimal): -3982780 or 4471491. OLE color: 4471491.

HSL color Cylindrical-coordinate representation of color #C33A44: hue angle of 355.62º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33A44 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB1955868-
CMYK00.700.650.24
HSL355.62º54.15%49.61%-
HSV(B)355.62º70.26%76.47%-
XYZ25.0615.057.05-
YUV100.1109.89195.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 60.75%
GREEN value IS 58 (23.05% from 255) = 18.07%
BLUE value IS 68 (26.95% from 255) = 21.18%
R=60.75%
G=18.07%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195586800.700.650.24355.6254.1549.61
HexC33A4404641181643632
Octal303721040106101305446662
Binary11000011111010100010001000110100000111000101100100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33A44; }

 p { color: rgb(195,58,68); }

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

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

 a { background-color: rgb(195,58,68); }

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

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

 span { border-color: rgb(195,58,68); }

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