Html Css Color HEX #C5491C Rust

📋 copy color: '#C5491C'

red 197 ◦ green 73 ◦ blue 28

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

Shades of Rust #C5491C

Tints of Rust #C5491C

RGB

 RED value IS 197 (77.34% from 255) = 66.11%

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

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

R = 66.11%
G = 24.5%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5491C (or 0xC5491C) is known color: Rust. HEX triplet: C5, 49 and 1C. RGB value is (197,73,28). Sum of RGB (Red+Green+Blue) = 197+73+28=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C5491C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5491C is #3AB6E3. Grayscale: #696969. Windows color (decimal): -3847908 or 1853893. OLE color: 1853893.

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

Color convert

RGB 197 73 28 -
CMYK 0 0.63 0.86 0.23
HSL 15.98º 0.75% 0.44% -
HSV(B) 15.98º 0.86% 0.77% -
XYZ 25.62 16.72 2.98 -
YUV 104.95 84.58 193.66 -
System Red Green Blue C M Y K H S L
Decimal 197 73 28 0 0.63 0.86 0.23 15.98 0.75 0.44
Hex C5 49 1C 0 3F 56 17 10 4B 2C
Octal 305 111 34 0 77 126 27 20 113 54
Binary 11000101 1001001 11100 0 111111 1010110 10111 10000 1001011 101100

Color Harmonies of #C5491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5491C

Black with #C5491C

Text Example


Text Example

White with #C5491C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5491C; }

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

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

background-color css

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

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

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

border-color css

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

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

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