#C4293C

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

Shades of Brick Red #C4293C

Tints of Brick Red #C4293C

Color information

#C4293C (or 0xC4293C) is unknown color: approx Brick Red. HEX triplet: C4, 29 and 3C. RGB value is (196,41,60). Sum of RGB (Red+Green+Blue) = 196+41+60=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C4293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4293C is #3BD6C3. Grayscale: #595959. Windows color (decimal): -3921604 or 3942852. OLE color: 3942852.

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

Color convert

RGB1964160-
CMYK00.790.690.23
HSL352.65º65.4%46.47%-
HSV(B)352.65º79.08%76.86%-
XYZ24.3713.655.62-
YUV89.51111.35203.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 65.99%
GREEN value IS 41 (16.41% from 255) = 13.80%
BLUE value IS 60 (23.83% from 255) = 20.20%
R=65.99%
G=13.80%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196416000.790.690.23352.6565.446.47
HexC4293C04F4517161412e
Octal304517401171052754110156
Binary11000100101001111100010011111000101101111011000011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4293C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4293C; }

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

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

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

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

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

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

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

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