#C0293C

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

Shades of Brick Red #C0293C

Tints of Brick Red #C0293C

Color information

#C0293C (or 0xC0293C) is unknown color: approx Brick Red. HEX triplet: C0, 29 and 3C. RGB value is (192,41,60). Sum of RGB (Red+Green+Blue) = 192+41+60=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C0293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0293C is #3FD6C3. Grayscale: #585858. Windows color (decimal): -4183748 or 3942848. OLE color: 3942848.

HSL color Cylindrical-coordinate representation of color #C0293C: hue angle of 352.45º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0293C is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB1924160-
CMYK00.790.690.25
HSL352.45º64.81%45.69%-
HSV(B)352.45º78.65%75.29%-
XYZ23.3513.125.58-
YUV88.32112.03201.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 65.53%
GREEN value IS 41 (16.41% from 255) = 13.99%
BLUE value IS 60 (23.83% from 255) = 20.48%
R=65.53%
G=13.99%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192416000.790.690.25352.4564.8145.69
HexC0293C04F4519160412e
Octal300517401171053154010156
Binary11000000101001111100010011111000101110011011000001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0293C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0293C; }

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

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

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

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

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

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

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

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