#C5293B

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

Shades of Brick Red #C5293B

Tints of Brick Red #C5293B

Color information

#C5293B (or 0xC5293B) is unknown color: approx Brick Red. HEX triplet: C5, 29 and 3B. RGB value is (197,41,59). Sum of RGB (Red+Green+Blue) = 197+41+59=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C5293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5293B is #3AD6C4. Grayscale: #595959. Windows color (decimal): -3856069 or 3877317. OLE color: 3877317.

HSL color Cylindrical-coordinate representation of color #C5293B: hue angle of 353.08º 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 #C5293B is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB1974159-
CMYK00.790.700.23
HSL353.08º65.55%46.67%-
HSV(B)353.08º79.19%77.25%-
XYZ24.6113.775.5-
YUV89.7110.68204.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 66.33%
GREEN value IS 41 (16.41% from 255) = 13.80%
BLUE value IS 59 (23.44% from 255) = 19.87%
R=66.33%
G=13.80%
B=19.87%

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
Decimal197415900.790.700.23353.0865.5546.67
HexC5293B04F4617161422f
Octal305517301171062754110257
Binary11000101101001111011010011111000110101111011000011000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5293B; }

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

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

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

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

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

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

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

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