#C93847

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

Shades of Brick Red #C93847

Tints of Brick Red #C93847

Color information

#C93847 (or 0xC93847) is unknown color: approx Brick Red. HEX triplet: C9, 38 and 47. RGB value is (201,56,71). Sum of RGB (Red+Green+Blue) = 201+56+71=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C93847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93847 is #36C7B8. Grayscale: #656565. Windows color (decimal): -3590073 or 4667593. OLE color: 4667593.

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

Color convert

RGB2015671-
CMYK00.720.650.21
HSL353.79º57.31%50.39%-
HSV(B)353.79º72.14%78.82%-
XYZ26.6415.77.59-
YUV101.06111.04199.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 61.28%
GREEN value IS 56 (22.27% from 255) = 17.07%
BLUE value IS 71 (28.12% from 255) = 21.65%
R=61.28%
G=17.07%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201567100.720.650.21353.7957.3150.39
HexC9384704841151623932
Octal311701070110101255427162
Binary11001001111000100011101001000100000110101101100010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93847; }

 p { color: rgb(201,56,71); }

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

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

 a { background-color: rgb(201,56,71); }

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

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

 span { border-color: rgb(201,56,71); }

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