Html Css Color HEX #C5490C Rust

📋 copy color: '#C5490C'

red 197 ◦ green 73 ◦ blue 12

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

Shades of Rust #C5490C

Tints of Rust #C5490C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.26%

R = 69.86%
G = 25.89%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5490C (or 0xC5490C) is known color: Rust. HEX triplet: C5, 49 and 0C. RGB value is (197,73,12). Sum of RGB (Red+Green+Blue) = 197+73+12=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C5490C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5490C is #3AB6F3. Grayscale: #676767. Windows color (decimal): -3847924 or 805317. OLE color: 805317.

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

Color convert

RGB 197 73 12 -
CMYK 0 0.63 0.94 0.23
HSL 19.78º 0.89% 0.41% -
HSV(B) 19.78º 0.94% 0.77% -
XYZ 25.47 16.66 2.22 -
YUV 103.12 76.58 194.96 -
System Red Green Blue C M Y K H S L
Decimal 197 73 12 0 0.63 0.94 0.23 19.78 0.89 0.41
Hex C5 49 C 0 3F 5E 17 14 59 29
Octal 305 111 14 0 77 136 27 24 131 51
Binary 11000101 1001001 1100 0 111111 1011110 10111 10100 1011001 101001

Color Harmonies of #C5490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5490C

Black with #C5490C

Text Example


Text Example

White with #C5490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5490C; }

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

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

background-color css

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

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

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

border-color css

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

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

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