Html Css Color HEX #C94912 Rust

📋 copy color: '#C94912'

red 201 ◦ green 73 ◦ blue 18

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

Shades of Rust #C94912

Tints of Rust #C94912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.16%

R = 68.84%
G = 25%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C94912 (or 0xC94912) is known color: Rust. HEX triplet: C9, 49 and 12. RGB value is (201,73,18). Sum of RGB (Red+Green+Blue) = 201+73+18=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C94912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94912 is #36B6ED. Grayscale: #696969. Windows color (decimal): -3585774 or 1198537. OLE color: 1198537.

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

Color convert

RGB 201 73 18 -
CMYK 0 0.64 0.91 0.21
HSL 18.03º 0.84% 0.43% -
HSV(B) 18.03º 0.91% 0.79% -
XYZ 26.58 17.23 2.5 -
YUV 105 78.91 196.47 -
System Red Green Blue C M Y K H S L
Decimal 201 73 18 0 0.64 0.91 0.21 18.03 0.84 0.43
Hex C9 49 12 0 40 5B 15 12 54 2B
Octal 311 111 22 0 100 133 25 22 124 53
Binary 11001001 1001001 10010 0 1000000 1011011 10101 10010 1010100 101011

Color Harmonies of #C94912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94912

Black with #C94912

Text Example


Text Example

White with #C94912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94912; }

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

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

background-color css

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

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

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

border-color css

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

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

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