Html Css Color HEX #C05417 Rust

📋 copy color: '#C05417'

red 192 ◦ green 84 ◦ blue 23

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

Shades of Rust #C05417

Tints of Rust #C05417

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.09%

 BLUE value IS 23 (9.38% from 255) = 7.69%

R = 64.21%
G = 28.09%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C05417 (or 0xC05417) is known color: Rust. HEX triplet: C0, 54 and 17. RGB value is (192,84,23). Sum of RGB (Red+Green+Blue) = 192+84+23=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 23 (9.38% from 255 or 7.69% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C05417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05417 is #3FABE8. Grayscale: #6D6D6D. Windows color (decimal): -4172777 or 1529024. OLE color: 1529024.

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

Color convert

RGB 192 84 23 -
CMYK 0 0.56 0.88 0.25
HSL 21.66º 0.79% 0.42% -
HSV(B) 21.66º 0.88% 0.75% -
XYZ 25.06 17.61 2.89 -
YUV 109.34 79.28 186.96 -
System Red Green Blue C M Y K H S L
Decimal 192 84 23 0 0.56 0.88 0.25 21.66 0.79 0.42
Hex C0 54 17 0 38 58 19 16 4F 2A
Octal 300 124 27 0 70 130 31 26 117 52
Binary 11000000 1010100 10111 0 111000 1011000 11001 10110 1001111 101010

Color Harmonies of #C05417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05417

Black with #C05417

Text Example


Text Example

White with #C05417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05417; }

 p { color: rgb(192,84,23); }

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

background-color css

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

 a { background-color: rgb(192,84,23); }

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

border-color css

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

 span { border-color: rgb(192,84,23); }

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