#C92D49

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

Shades of Brick Red #C92D49

Tints of Brick Red #C92D49

Color information

#C92D49 (or 0xC92D49) is unknown color: approx Brick Red. HEX triplet: C9, 2D and 49. RGB value is (201,45,73). Sum of RGB (Red+Green+Blue) = 201+45+73=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C92D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92D49 is #36D2B6. Grayscale: #5E5E5E. Windows color (decimal): -3592887 or 4795849. OLE color: 4795849.

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

Color convert

RGB2014573-
CMYK00.780.640.21
HSL349.23º63.41%48.24%-
HSV(B)349.23º77.61%78.82%-
XYZ26.2314.787.77-
YUV94.84115.68203.72-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 63.01%
GREEN value IS 45 (17.97% from 255) = 14.11%
BLUE value IS 73 (28.91% from 255) = 22.88%
R=63.01%
G=14.11%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201457300.780.640.21349.2363.4148.24
HexC92D4904E401515d3f30
Octal311551110116100255357760
Binary11001001101101100100101001110100000010101101011101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92D49; }

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

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

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

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

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

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

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

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