Html Css Color HEX #C94609 Rust

📋 copy color: '#C94609'

red 201 ◦ green 70 ◦ blue 9

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

Shades of Rust #C94609

Tints of Rust #C94609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.21%

R = 71.79%
G = 25%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C94609 (or 0xC94609) is known color: Rust. HEX triplet: C9, 46 and 09. RGB value is (201,70,9). Sum of RGB (Red+Green+Blue) = 201+70+9=280 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.79% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 201 - color contains mainly: red. Hex color #C94609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94609 is #36B9F6. Grayscale: #666666. Windows color (decimal): -3586551 or 607945. OLE color: 607945.

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

Color convert

RGB 201 70 9 -
CMYK 0 0.65 0.96 0.21
HSL 19.06º 0.91% 0.41% -
HSV(B) 19.06º 0.96% 0.79% -
XYZ 26.33 16.82 2.12 -
YUV 102.22 75.4 198.46 -
System Red Green Blue C M Y K H S L
Decimal 201 70 9 0 0.65 0.96 0.21 19.06 0.91 0.41
Hex C9 46 9 0 41 60 15 13 5B 29
Octal 311 106 11 0 101 140 25 23 133 51
Binary 11001001 1000110 1001 0 1000001 1100000 10101 10011 1011011 101001

Color Harmonies of #C94609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94609

Black with #C94609

Text Example


Text Example

White with #C94609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94609; }

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

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

background-color css

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

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

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

border-color css

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

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

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