Html Css Color HEX #C55219 Rust

📋 copy color: '#C55219'

red 197 ◦ green 82 ◦ blue 25

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

Shades of Rust #C55219

Tints of Rust #C55219

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.97%

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

R = 64.8%
G = 26.97%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C55219 (or 0xC55219) is known color: Rust. HEX triplet: C5, 52 and 19. RGB value is (197,82,25). Sum of RGB (Red+Green+Blue) = 197+82+25=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C55219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55219 is #3AADE6. Grayscale: #6E6E6E. Windows color (decimal): -3845607 or 1659589. OLE color: 1659589.

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

Color convert

RGB 197 82 25 -
CMYK 0 0.58 0.87 0.23
HSL 19.88º 0.77% 0.44% -
HSV(B) 19.88º 0.87% 0.77% -
XYZ 26.22 17.98 3.01 -
YUV 109.89 80.1 190.13 -
System Red Green Blue C M Y K H S L
Decimal 197 82 25 0 0.58 0.87 0.23 19.88 0.77 0.44
Hex C5 52 19 0 3A 57 17 14 4D 2C
Octal 305 122 31 0 72 127 27 24 115 54
Binary 11000101 1010010 11001 0 111010 1010111 10111 10100 1001101 101100

Color Harmonies of #C55219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55219

Black with #C55219

Text Example


Text Example

White with #C55219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55219; }

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

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

background-color css

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

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

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

border-color css

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

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

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