#C93448

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

Shades of Brick Red #C93448

Tints of Brick Red #C93448

Color information

#C93448 (or 0xC93448) is unknown color: approx Brick Red. HEX triplet: C9, 34 and 48. RGB value is (201,52,72). Sum of RGB (Red+Green+Blue) = 201+52+72=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C93448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93448 is #36CBB7. Grayscale: #626262. Windows color (decimal): -3591096 or 4732105. OLE color: 4732105.

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

Color convert

RGB2015272-
CMYK00.740.640.21
HSL351.95º58.89%49.61%-
HSV(B)351.95º74.13%78.82%-
XYZ26.4915.347.7-
YUV98.83112.86200.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 61.85%
GREEN value IS 52 (20.70% from 255) = 16%
BLUE value IS 72 (28.52% from 255) = 22.15%
R=61.85%
G=16%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201527200.740.640.21351.9558.8949.61
HexC9344804A40151603b32
Octal311641100112100255407362
Binary11001001110100100100001001010100000010101101100000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93448; }

 p { color: rgb(201,52,72); }

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

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

 a { background-color: rgb(201,52,72); }

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

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

 span { border-color: rgb(201,52,72); }

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