Html Css Color HEX #C04710 Rust

📋 copy color: '#C04710'

red 192 ◦ green 71 ◦ blue 16

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

Shades of Rust #C04710

Tints of Rust #C04710

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.45%

 BLUE value IS 16 (6.64% from 255) = 5.73%

R = 68.82%
G = 25.45%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C04710 (or 0xC04710) is known color: Rust. HEX triplet: C0, 47 and 10. RGB value is (192,71,16). Sum of RGB (Red+Green+Blue) = 192+71+16=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C04710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04710 is #3FB8EF. Grayscale: #656565. Windows color (decimal): -4176112 or 1066944. OLE color: 1066944.

HSL color Cylindrical-coordinate representation of color #C04710: hue angle of 18.75º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C04710 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 71 16 -
CMYK 0 0.63 0.92 0.25
HSL 18.75º 0.85% 0.41% -
HSV(B) 18.75º 0.92% 0.75% -
XYZ 24.08 15.75 2.26 -
YUV 100.91 80.09 192.97 -
System Red Green Blue C M Y K H S L
Decimal 192 71 16 0 0.63 0.92 0.25 18.75 0.85 0.41
Hex C0 47 10 0 3F 5C 19 13 55 29
Octal 300 107 20 0 77 134 31 23 125 51
Binary 11000000 1000111 10000 0 111111 1011100 11001 10011 1010101 101001

Color Harmonies of #C04710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04710

Black with #C04710

Text Example


Text Example

White with #C04710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04710; }

 p { color: rgb(192,71,16); }

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

background-color css

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

 a { background-color: rgb(192,71,16); }

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

border-color css

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

 span { border-color: rgb(192,71,16); }

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