Html Css Color HEX #C55019 Rust

📋 copy color: '#C55019'

red 197 ◦ green 80 ◦ blue 25

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

Shades of Rust #C55019

Tints of Rust #C55019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.28%

R = 65.23%
G = 26.49%
B = 8.28%

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

#C55019 (or 0xC55019) is known color: Rust. HEX triplet: C5, 50 and 19. RGB value is (197,80,25). Sum of RGB (Red+Green+Blue) = 197+80+25=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C55019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55019 is #3AAFE6. Grayscale: #6D6D6D. Windows color (decimal): -3846119 or 1659077. OLE color: 1659077.

HSL color Cylindrical-coordinate representation of color #C55019: hue angle of 19.19º 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 #C55019 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 80 25 -
CMYK 0 0.59 0.87 0.23
HSL 19.19º 0.77% 0.44% -
HSV(B) 19.19º 0.87% 0.77% -
XYZ 26.07 17.68 2.96 -
YUV 108.71 80.76 190.97 -
System Red Green Blue C M Y K H S L
Decimal 197 80 25 0 0.59 0.87 0.23 19.19 0.77 0.44
Hex C5 50 19 0 3B 57 17 13 4D 2C
Octal 305 120 31 0 73 127 27 23 115 54
Binary 11000101 1010000 11001 0 111011 1010111 10111 10011 1001101 101100

Color Harmonies of #C55019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55019

Black with #C55019

Text Example


Text Example

White with #C55019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55019; }

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

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

background-color css

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

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

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

border-color css

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

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

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