#C92643

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

Shades of Brick Red #C92643

Tints of Brick Red #C92643

Color information

#C92643 (or 0xC92643) is unknown color: approx Brick Red. HEX triplet: C9, 26 and 43. RGB value is (201,38,67). Sum of RGB (Red+Green+Blue) = 201+38+67=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C92643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92643 is #36D9BC. Grayscale: #5A5A5A. Windows color (decimal): -3594685 or 4400841. OLE color: 4400841.

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

Color convert

RGB2013867-
CMYK00.810.670.21
HSL349.33º68.2%46.86%-
HSV(B)349.33º81.09%78.82%-
XYZ25.7914.216.69-
YUV90.04115207.14-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 65.69%
GREEN value IS 38 (15.23% from 255) = 12.42%
BLUE value IS 67 (26.56% from 255) = 21.90%
R=65.69%
G=12.42%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201386700.810.670.21349.3368.246.86
HexC92643051431515d442f
Octal3114610301211032553510457
Binary110010011001101000011010100011000011101011010111011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92643; }

 p { color: rgb(201,38,67); }

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

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

 a { background-color: rgb(201,38,67); }

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

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

 span { border-color: rgb(201,38,67); }

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