Html Css Color HEX #C94610 Rust

📋 copy color: '#C94610'

red 201 ◦ green 70 ◦ blue 16

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

Shades of Rust #C94610

Tints of Rust #C94610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.39%

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

R = 70.03%
G = 24.39%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C94610 (or 0xC94610) is known color: Rust. HEX triplet: C9, 46 and 10. RGB value is (201,70,16). Sum of RGB (Red+Green+Blue) = 201+70+16=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C94610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94610 is #36B9EF. Grayscale: #676767. Windows color (decimal): -3586544 or 1066697. OLE color: 1066697.

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

Color convert

RGB 201 70 16 -
CMYK 0 0.65 0.92 0.21
HSL 17.51º 0.85% 0.43% -
HSV(B) 17.51º 0.92% 0.79% -
XYZ 26.37 16.84 2.35 -
YUV 103.01 78.9 197.89 -
System Red Green Blue C M Y K H S L
Decimal 201 70 16 0 0.65 0.92 0.21 17.51 0.85 0.43
Hex C9 46 10 0 41 5C 15 12 55 2B
Octal 311 106 20 0 101 134 25 22 125 53
Binary 11001001 1000110 10000 0 1000001 1011100 10101 10010 1010101 101011

Color Harmonies of #C94610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94610

Black with #C94610

Text Example


Text Example

White with #C94610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94610; }

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

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

background-color css

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

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

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

border-color css

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

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

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