#C93B4A

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

Shades of Brick Red #C93B4A

Tints of Brick Red #C93B4A

Color information

#C93B4A (or 0xC93B4A) is unknown color: approx Brick Red. HEX triplet: C9, 3B and 4A. RGB value is (201,59,74). Sum of RGB (Red+Green+Blue) = 201+59+74=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C93B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93B4A is #36C4B5. Grayscale: #676767. Windows color (decimal): -3589302 or 4864969. OLE color: 4864969.

HSL color Cylindrical-coordinate representation of color #C93B4A: hue angle of 353.66º 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 #C93B4A is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB2015974-
CMYK00.710.630.21
HSL353.66º56.8%50.98%-
HSV(B)353.66º70.65%78.82%-
XYZ26.8916.048.16-
YUV103.17111.54197.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 60.18%
GREEN value IS 59 (23.44% from 255) = 17.66%
BLUE value IS 74 (29.30% from 255) = 22.16%
R=60.18%
G=17.66%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201597400.710.630.21353.6656.850.98
HexC93B4A0473F151623933
Octal31173112010777255427163
Binary1100100111101110010100100011111111110101101100010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93B4A; }

 p { color: rgb(201,59,74); }

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

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

 a { background-color: rgb(201,59,74); }

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

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

 span { border-color: rgb(201,59,74); }

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