Html Css Color HEX #C94100 Rust

📋 copy color: '#C94100'

red 201 ◦ green 65 ◦ blue 0

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

Shades of Rust #C94100

Tints of Rust #C94100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.44%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.56%
G = 24.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C94100 (or 0xC94100) is known color: Rust. HEX triplet: C9, 41 and 00. RGB value is (201,65,0). Sum of RGB (Red+Green+Blue) = 201+65+0=266 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.56% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 201 - color contains mainly: red. Hex color #C94100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94100 is #36BEFF. Grayscale: #626262. Windows color (decimal): -3587840 or 16841. OLE color: 16841.

HSL color Cylindrical-coordinate representation of color #C94100: hue angle of 19.4º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C94100 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 65 0 -
CMYK 0 0.68 1 0.21
HSL 19.4º 1% 0.39% -
HSV(B) 19.4º 1% 0.79% -
XYZ 25.98 16.2 1.76 -
YUV 98.25 72.56 201.29 -
System Red Green Blue C M Y K H S L
Decimal 201 65 0 0 0.68 1 0.21 19.4 1 0.39
Hex C9 41 0 0 44 64 15 13 64 27
Octal 311 101 0 0 104 144 25 23 144 47
Binary 11001001 1000001 0 0 1000100 1100100 10101 10011 1100100 100111

Color Harmonies of #C94100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94100

Black with #C94100

Text Example


Text Example

White with #C94100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94100; }

 p { color: rgb(201,65,0); }

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

background-color css

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

 a { background-color: rgb(201,65,0); }

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

border-color css

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

 span { border-color: rgb(201,65,0); }

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