Html Css Color HEX #C94914 Rust

📋 copy color: '#C94914'

red 201 ◦ green 73 ◦ blue 20

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

Shades of Rust #C94914

Tints of Rust #C94914

RGB

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

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

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

R = 68.37%
G = 24.83%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C94914 (or 0xC94914) is known color: Rust. HEX triplet: C9, 49 and 14. RGB value is (201,73,20). Sum of RGB (Red+Green+Blue) = 201+73+20=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C94914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94914 is #36B6EB. Grayscale: #696969. Windows color (decimal): -3585772 or 1329609. OLE color: 1329609.

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

Color convert

RGB 201 73 20 -
CMYK 0 0.64 0.90 0.21
HSL 17.57º 0.82% 0.43% -
HSV(B) 17.57º 0.9% 0.79% -
XYZ 26.6 17.23 2.59 -
YUV 105.23 79.91 196.31 -
System Red Green Blue C M Y K H S L
Decimal 201 73 20 0 0.64 0.90 0.21 17.57 0.82 0.43
Hex C9 49 14 0 40 5A 15 12 52 2B
Octal 311 111 24 0 100 132 25 22 122 53
Binary 11001001 1001001 10100 0 1000000 1011010 10101 10010 1010010 101011

Color Harmonies of #C94914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94914

Black with #C94914

Text Example


Text Example

White with #C94914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94914; }

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

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

background-color css

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

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

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

border-color css

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

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

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