#C93A49

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

Shades of Brick Red #C93A49

Tints of Brick Red #C93A49

Color information

#C93A49 (or 0xC93A49) is unknown color: approx Brick Red. HEX triplet: C9, 3A and 49. RGB value is (201,58,73). Sum of RGB (Red+Green+Blue) = 201+58+73=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93A49 is #36C5B6. Grayscale: #666666. Windows color (decimal): -3589559 or 4799177. OLE color: 4799177.

HSL color Cylindrical-coordinate representation of color #C93A49: hue angle of 353.71º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93A49 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB2015873-
CMYK00.710.640.21
HSL353.71º56.97%50.78%-
HSV(B)353.71º71.14%78.82%-
XYZ26.815.927.96-
YUV102.47111.38198.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 60.54%
GREEN value IS 58 (23.05% from 255) = 17.47%
BLUE value IS 73 (28.91% from 255) = 21.99%
R=60.54%
G=17.47%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201587300.710.640.21353.7156.9750.78
HexC93A4904740151623933
Octal311721110107100255427163
Binary11001001111010100100101000111100000010101101100010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93A49; }

 p { color: rgb(201,58,73); }

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

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

 a { background-color: rgb(201,58,73); }

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

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

 span { border-color: rgb(201,58,73); }

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