#C93343

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

Shades of Brick Red #C93343

Tints of Brick Red #C93343

Color information

#C93343 (or 0xC93343) is unknown color: approx Brick Red. HEX triplet: C9, 33 and 43. RGB value is (201,51,67). Sum of RGB (Red+Green+Blue) = 201+51+67=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C93343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93343 is #36CCBC. Grayscale: #616161. Windows color (decimal): -3591357 or 4404169. OLE color: 4404169.

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

Color convert

RGB2015167-
CMYK00.750.670.21
HSL353.6º59.52%49.41%-
HSV(B)353.6º74.63%78.82%-
XYZ26.2815.196.86-
YUV97.67110.7201.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 63.01%
GREEN value IS 51 (20.31% from 255) = 15.99%
BLUE value IS 67 (26.56% from 255) = 21.00%
R=63.01%
G=15.99%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201516700.750.670.21353.659.5249.41
HexC9334304B43151623c31
Octal311631030113103255427461
Binary11001001110011100001101001011100001110101101100010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93343; }

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

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

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

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

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

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

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

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