Html Css Color HEX #C04711 Rust

📋 copy color: '#C04711'

red 192 ◦ green 71 ◦ blue 17

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

Shades of Rust #C04711

Tints of Rust #C04711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.07%

R = 68.57%
G = 25.36%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C04711 (or 0xC04711) is known color: Rust. HEX triplet: C0, 47 and 11. RGB value is (192,71,17). Sum of RGB (Red+Green+Blue) = 192+71+17=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C04711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04711 is #3FB8EE. Grayscale: #656565. Windows color (decimal): -4176111 or 1132480. OLE color: 1132480.

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

Color convert

RGB 192 71 17 -
CMYK 0 0.63 0.91 0.25
HSL 18.51º 0.84% 0.41% -
HSV(B) 18.51º 0.91% 0.75% -
XYZ 24.09 15.75 2.3 -
YUV 101.02 80.59 192.89 -
System Red Green Blue C M Y K H S L
Decimal 192 71 17 0 0.63 0.91 0.25 18.51 0.84 0.41
Hex C0 47 11 0 3F 5B 19 13 54 29
Octal 300 107 21 0 77 133 31 23 124 51
Binary 11000000 1000111 10001 0 111111 1011011 11001 10011 1010100 101001

Color Harmonies of #C04711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04711

Black with #C04711

Text Example


Text Example

White with #C04711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04711; }

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

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

background-color css

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

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

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

border-color css

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

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

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