Html Css Color HEX #C94714 Rust

📋 copy color: '#C94714'

red 201 ◦ green 71 ◦ blue 20

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

Shades of Rust #C94714

Tints of Rust #C94714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.85%

R = 68.84%
G = 24.32%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C94714 (or 0xC94714) is known color: Rust. HEX triplet: C9, 47 and 14. RGB value is (201,71,20). Sum of RGB (Red+Green+Blue) = 201+71+20=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C94714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94714 is #36B8EB. Grayscale: #686868. Windows color (decimal): -3586284 or 1329097. OLE color: 1329097.

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

Color convert

RGB 201 71 20 -
CMYK 0 0.65 0.90 0.21
HSL 16.91º 0.82% 0.43% -
HSV(B) 16.91º 0.9% 0.79% -
XYZ 26.47 16.97 2.54 -
YUV 104.06 80.57 197.15 -
System Red Green Blue C M Y K H S L
Decimal 201 71 20 0 0.65 0.90 0.21 16.91 0.82 0.43
Hex C9 47 14 0 41 5A 15 11 52 2B
Octal 311 107 24 0 101 132 25 21 122 53
Binary 11001001 1000111 10100 0 1000001 1011010 10101 10001 1010010 101011

Color Harmonies of #C94714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94714

Black with #C94714

Text Example


Text Example

White with #C94714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94714; }

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

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

background-color css

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

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

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

border-color css

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

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

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