Html Css Color HEX #C2491C Rust

📋 copy color: '#C2491C'

red 194 ◦ green 73 ◦ blue 28

#C2491C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #C2491C

Tints of Rust #C2491C

RGB

 RED value IS 194 (76.17% from 255) = 65.76%

 GREEN value IS 73 (28.91% from 255) = 24.75%

 BLUE value IS 28 (11.33% from 255) = 9.49%

R = 65.76%
G = 24.75%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2491C (or 0xC2491C) is known color: Rust. HEX triplet: C2, 49 and 1C. RGB value is (194,73,28). Sum of RGB (Red+Green+Blue) = 194+73+28=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C2491C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2491C is #3DB6E3. Grayscale: #686868. Windows color (decimal): -4044516 or 1853890. OLE color: 1853890.

HSL color Cylindrical-coordinate representation of color #C2491C: hue angle of 16.27º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2491C is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 73 28 -
CMYK 0 0.62 0.86 0.24
HSL 16.27º 0.75% 0.44% -
HSV(B) 16.27º 0.86% 0.76% -
XYZ 24.84 16.32 2.94 -
YUV 104.05 85.09 192.16 -
System Red Green Blue C M Y K H S L
Decimal 194 73 28 0 0.62 0.86 0.24 16.27 0.75 0.44
Hex C2 49 1C 0 3E 56 18 10 4B 2C
Octal 302 111 34 0 76 126 30 20 113 54
Binary 11000010 1001001 11100 0 111110 1010110 11000 10000 1001011 101100

Color Harmonies of #C2491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2491C

Black with #C2491C

Text Example


Text Example

White with #C2491C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2491C; }

 p { color: rgb(194,73,28); }

 H1.HeaderClassName
 {
   color: #C2491C;
 }
 .AnyTagClassName
 {
   color: #C2491C;
 }
</style>

background-color css

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

 a { background-color: rgb(194,73,28); }

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

border-color css

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

 span { border-color: rgb(194,73,28); }

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