Html Css Color HEX #C94711 Rust

📋 copy color: '#C94711'

red 201 ◦ green 71 ◦ blue 17

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

Shades of Rust #C94711

Tints of Rust #C94711

RGB

 RED value IS 201 (78.91% from 255) = 69.55%

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

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

R = 69.55%
G = 24.57%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C94711 (or 0xC94711) is known color: Rust. HEX triplet: C9, 47 and 11. RGB value is (201,71,17). Sum of RGB (Red+Green+Blue) = 201+71+17=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C94711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94711 is #36B8EE. Grayscale: #686868. Windows color (decimal): -3586287 or 1132489. OLE color: 1132489.

HSL color Cylindrical-coordinate representation of color #C94711: hue angle of 17.61º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C94711 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 71 17 -
CMYK 0 0.65 0.92 0.21
HSL 17.61º 0.84% 0.43% -
HSV(B) 17.61º 0.92% 0.79% -
XYZ 26.44 16.96 2.41 -
YUV 103.71 79.07 197.39 -
System Red Green Blue C M Y K H S L
Decimal 201 71 17 0 0.65 0.92 0.21 17.61 0.84 0.43
Hex C9 47 11 0 41 5C 15 12 54 2B
Octal 311 107 21 0 101 134 25 22 124 53
Binary 11001001 1000111 10001 0 1000001 1011100 10101 10010 1010100 101011

Color Harmonies of #C94711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94711

Black with #C94711

Text Example


Text Example

White with #C94711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94711; }

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

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

background-color css

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

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

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

border-color css

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

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

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