Html Css Color HEX #C5501A Rust

📋 copy color: '#C5501A'

red 197 ◦ green 80 ◦ blue 26

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

Shades of Rust #C5501A

Tints of Rust #C5501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.4%

 BLUE value IS 26 (10.55% from 255) = 8.58%

R = 65.02%
G = 26.4%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5501A (or 0xC5501A) is known color: Rust. HEX triplet: C5, 50 and 1A. RGB value is (197,80,26). Sum of RGB (Red+Green+Blue) = 197+80+26=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C5501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5501A is #3AAFE5. Grayscale: #6D6D6D. Windows color (decimal): -3846118 or 1724613. OLE color: 1724613.

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

Color convert

RGB 197 80 26 -
CMYK 0 0.59 0.87 0.23
HSL 18.95º 0.77% 0.44% -
HSV(B) 18.95º 0.87% 0.77% -
XYZ 26.08 17.68 3.02 -
YUV 108.83 81.26 190.89 -
System Red Green Blue C M Y K H S L
Decimal 197 80 26 0 0.59 0.87 0.23 18.95 0.77 0.44
Hex C5 50 1A 0 3B 57 17 13 4D 2C
Octal 305 120 32 0 73 127 27 23 115 54
Binary 11000101 1010000 11010 0 111011 1010111 10111 10011 1001101 101100

Color Harmonies of #C5501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5501A

Black with #C5501A

Text Example


Text Example

White with #C5501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5501A; }

 p { color: rgb(197,80,26); }

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

background-color css

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

 a { background-color: rgb(197,80,26); }

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

border-color css

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

 span { border-color: rgb(197,80,26); }

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