Html Css Color HEX #C94911 Rust

📋 copy color: '#C94911'

red 201 ◦ green 73 ◦ blue 17

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

Shades of Rust #C94911

Tints of Rust #C94911

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.09%

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

R = 69.07%
G = 25.09%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C94911 (or 0xC94911) is known color: Rust. HEX triplet: C9, 49 and 11. RGB value is (201,73,17). Sum of RGB (Red+Green+Blue) = 201+73+17=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C94911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94911 is #36B6EE. Grayscale: #696969. Windows color (decimal): -3585775 or 1133001. OLE color: 1133001.

HSL color Cylindrical-coordinate representation of color #C94911: hue angle of 18.26º 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 #C94911 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 73 17 -
CMYK 0 0.64 0.92 0.21
HSL 18.26º 0.84% 0.43% -
HSV(B) 18.26º 0.92% 0.79% -
XYZ 26.57 17.22 2.45 -
YUV 104.89 78.41 196.55 -
System Red Green Blue C M Y K H S L
Decimal 201 73 17 0 0.64 0.92 0.21 18.26 0.84 0.43
Hex C9 49 11 0 40 5C 15 12 54 2B
Octal 311 111 21 0 100 134 25 22 124 53
Binary 11001001 1001001 10001 0 1000000 1011100 10101 10010 1010100 101011

Color Harmonies of #C94911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94911

Black with #C94911

Text Example


Text Example

White with #C94911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94911; }

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

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

background-color css

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

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

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

border-color css

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

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

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