#C92E3C

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

Shades of Brick Red #C92E3C

Tints of Brick Red #C92E3C

Color information

#C92E3C (or 0xC92E3C) is unknown color: approx Brick Red. HEX triplet: C9, 2E and 3C. RGB value is (201,46,60). Sum of RGB (Red+Green+Blue) = 201+46+60=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C92E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92E3C is #36D1C3. Grayscale: #5E5E5E. Windows color (decimal): -3592644 or 3944137. OLE color: 3944137.

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

Color convert

RGB2014660-
CMYK00.770.700.21
HSL354.58º62.75%48.43%-
HSV(B)354.58º77.11%78.82%-
XYZ25.8814.75.75-
YUV93.94108.85204.36-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 65.47%
GREEN value IS 46 (18.36% from 255) = 14.98%
BLUE value IS 60 (23.83% from 255) = 19.54%
R=65.47%
G=14.98%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201466000.770.700.21354.5862.7548.43
HexC92E3C04D46151633f30
Octal31156740115106255437760
Binary1100100110111011110001001101100011010101101100011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92E3C; }

 p { color: rgb(201,46,60); }

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

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

 a { background-color: rgb(201,46,60); }

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

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

 span { border-color: rgb(201,46,60); }

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