Html Css Color HEX #C05519 Rust

📋 copy color: '#C05519'

red 192 ◦ green 85 ◦ blue 25

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

Shades of Rust #C05519

Tints of Rust #C05519

RGB

 RED value IS 192 (75.39% from 255) = 63.58%

 GREEN value IS 85 (33.59% from 255) = 28.15%

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

R = 63.58%
G = 28.15%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C05519 (or 0xC05519) is known color: Rust. HEX triplet: C0, 55 and 19. RGB value is (192,85,25). Sum of RGB (Red+Green+Blue) = 192+85+25=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C05519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05519 is #3FAAE6. Grayscale: #6E6E6E. Windows color (decimal): -4172519 or 1660352. OLE color: 1660352.

HSL color Cylindrical-coordinate representation of color #C05519: hue angle of 21.56º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C05519 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 85 25 -
CMYK 0 0.56 0.87 0.25
HSL 21.56º 0.77% 0.43% -
HSV(B) 21.56º 0.87% 0.75% -
XYZ 25.16 17.77 3.02 -
YUV 110.15 79.95 186.38 -
System Red Green Blue C M Y K H S L
Decimal 192 85 25 0 0.56 0.87 0.25 21.56 0.77 0.43
Hex C0 55 19 0 38 57 19 16 4D 2B
Octal 300 125 31 0 70 127 31 26 115 53
Binary 11000000 1010101 11001 0 111000 1010111 11001 10110 1001101 101011

Color Harmonies of #C05519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05519

Black with #C05519

Text Example


Text Example

White with #C05519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05519; }

 p { color: rgb(192,85,25); }

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

background-color css

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

 a { background-color: rgb(192,85,25); }

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

border-color css

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

 span { border-color: rgb(192,85,25); }

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