#C92B40

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

Shades of Brick Red #C92B40

Tints of Brick Red #C92B40

Color information

#C92B40 (or 0xC92B40) is unknown color: approx Brick Red. HEX triplet: C9, 2B and 40. RGB value is (201,43,64). Sum of RGB (Red+Green+Blue) = 201+43+64=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C92B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92B40 is #36D4BF. Grayscale: #5C5C5C. Windows color (decimal): -3593408 or 4205513. OLE color: 4205513.

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

Color convert

RGB2014364-
CMYK00.790.680.21
HSL352.03º64.75%47.84%-
HSV(B)352.03º78.61%78.82%-
XYZ25.8814.526.29-
YUV92.64111.85205.29-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 65.26%
GREEN value IS 43 (17.19% from 255) = 13.96%
BLUE value IS 64 (25.39% from 255) = 20.78%
R=65.26%
G=13.96%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201436400.790.680.21352.0364.7547.84
HexC92B4004F44151604130
Octal3115310001171042554010160
Binary110010011010111000000010011111000100101011011000001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92B40; }

 p { color: rgb(201,43,64); }

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

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

 a { background-color: rgb(201,43,64); }

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

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

 span { border-color: rgb(201,43,64); }

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