Html Css Color HEX #C94000 Rust

📋 copy color: '#C94000'

red 201 ◦ green 64 ◦ blue 0

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

Shades of Rust #C94000

Tints of Rust #C94000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.15%

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

R = 75.85%
G = 24.15%
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

#C94000 (or 0xC94000) is known color: Rust. HEX triplet: C9, 40 and 00. RGB value is (201,64,0). Sum of RGB (Red+Green+Blue) = 201+64+0=265 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.85% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 201 - color contains mainly: red. Hex color #C94000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94000 is #36BFFF. Grayscale: #626262. Windows color (decimal): -3588096 or 16585. OLE color: 16585.

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

Color convert

RGB 201 64 0 -
CMYK 0 0.68 1 0.21
HSL 19.1º 1% 0.39% -
HSV(B) 19.1º 1% 0.79% -
XYZ 25.92 16.08 1.74 -
YUV 97.67 72.89 201.7 -
System Red Green Blue C M Y K H S L
Decimal 201 64 0 0 0.68 1 0.21 19.1 1 0.39
Hex C9 40 0 0 44 64 15 13 64 27
Octal 311 100 0 0 104 144 25 23 144 47
Binary 11001001 1000000 0 0 1000100 1100100 10101 10011 1100100 100111

Color Harmonies of #C94000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94000

Black with #C94000

Text Example


Text Example

White with #C94000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94000; }

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

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

background-color css

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

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

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

border-color css

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

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

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