Html Css Color HEX #C94810 Rust

📋 copy color: '#C94810'

red 201 ◦ green 72 ◦ blue 16

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

Shades of Rust #C94810

Tints of Rust #C94810

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.91%

 BLUE value IS 16 (6.64% from 255) = 5.54%

R = 69.55%
G = 24.91%
B = 5.54%

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

#C94810 (or 0xC94810) is known color: Rust. HEX triplet: C9, 48 and 10. RGB value is (201,72,16). Sum of RGB (Red+Green+Blue) = 201+72+16=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C94810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94810 is #36B7EF. Grayscale: #686868. Windows color (decimal): -3586032 or 1067209. OLE color: 1067209.

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

Color convert

RGB 201 72 16 -
CMYK 0 0.64 0.92 0.21
HSL 18.16º 0.85% 0.43% -
HSV(B) 18.16º 0.92% 0.79% -
XYZ 26.5 17.09 2.39 -
YUV 104.19 78.24 197.05 -
System Red Green Blue C M Y K H S L
Decimal 201 72 16 0 0.64 0.92 0.21 18.16 0.85 0.43
Hex C9 48 10 0 40 5C 15 12 55 2B
Octal 311 110 20 0 100 134 25 22 125 53
Binary 11001001 1001000 10000 0 1000000 1011100 10101 10010 1010101 101011

Color Harmonies of #C94810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94810

Black with #C94810

Text Example


Text Example

White with #C94810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94810; }

 p { color: rgb(201,72,16); }

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

background-color css

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

 a { background-color: rgb(201,72,16); }

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

border-color css

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

 span { border-color: rgb(201,72,16); }

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