#c93240

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

Shades of Brick Red #C93240

Tints of Brick Red #C93240

Color information

#C93240 (or 0xC93240) is unknown color: approx Brick Red. HEX triplet: C9, 32 and 40. RGB value is (201,50,64). Sum of RGB (Red+Green+Blue) = 201+50+64=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C93240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93240 is #36CDBF. Grayscale: #606060. Windows color (decimal): -3591616 or 4207305. OLE color: 4207305.

HSL color Cylindrical-coordinate representation of color #C93240: hue angle of 354.44º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93240 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB2015064-
CMYK00.750.680.21
HSL354.44º60.16%49.22%-
HSV(B)354.44º75.12%78.82%-
XYZ26.1515.076.38-
YUV96.74109.53202.36-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 63.81%
GREEN value IS 50 (19.92% from 255) = 15.87%
BLUE value IS 64 (25.39% from 255) = 20.32%
R=63.81%
G=15.87%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201506400.750.680.21354.4460.1649.22
HexC9324004B44151623c31
Octal311621000113104255427461
Binary11001001110010100000001001011100010010101101100010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c93240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c93240; }

 p { color: rgb(201,50,64); }

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

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

 a { background-color: rgb(201,50,64); }

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

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

 span { border-color: rgb(201,50,64); }

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