#C5293C

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

Shades of Brick Red #C5293C

Tints of Brick Red #C5293C

Color information

#C5293C (or 0xC5293C) is unknown color: approx Brick Red. HEX triplet: C5, 29 and 3C. RGB value is (197,41,60). Sum of RGB (Red+Green+Blue) = 197+41+60=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C5293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5293C is #3AD6C3. Grayscale: #595959. Windows color (decimal): -3856068 or 3942853. OLE color: 3942853.

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

Color convert

RGB1974160-
CMYK00.790.700.23
HSL352.69º65.55%46.67%-
HSV(B)352.69º79.19%77.25%-
XYZ24.6313.785.64-
YUV89.81111.18204.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 66.11%
GREEN value IS 41 (16.41% from 255) = 13.76%
BLUE value IS 60 (23.83% from 255) = 20.13%
R=66.11%
G=13.76%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197416000.790.700.23352.6965.5546.67
HexC5293C04F4617161422f
Octal305517401171062754110257
Binary11000101101001111100010011111000110101111011000011000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5293C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5293C; }

 p { color: rgb(197,41,60); }

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

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

 a { background-color: rgb(197,41,60); }

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

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

 span { border-color: rgb(197,41,60); }

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