Html Css Color HEX #C94109 Rust

📋 copy color: '#C94109'

red 201 ◦ green 65 ◦ blue 9

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

Shades of Rust #C94109

Tints of Rust #C94109

RGB

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

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

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

R = 73.09%
G = 23.64%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C94109 (or 0xC94109) is known color: Rust. HEX triplet: C9, 41 and 09. RGB value is (201,65,9). Sum of RGB (Red+Green+Blue) = 201+65+9=275 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.09% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 201 - color contains mainly: red. Hex color #C94109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94109 is #36BEF6. Grayscale: #636363. Windows color (decimal): -3587831 or 606665. OLE color: 606665.

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

Color convert

RGB 201 65 9 -
CMYK 0 0.68 0.96 0.21
HSL 17.5º 0.91% 0.41% -
HSV(B) 17.5º 0.96% 0.79% -
XYZ 26.03 16.22 2.02 -
YUV 99.28 77.06 200.55 -
System Red Green Blue C M Y K H S L
Decimal 201 65 9 0 0.68 0.96 0.21 17.5 0.91 0.41
Hex C9 41 9 0 44 60 15 12 5B 29
Octal 311 101 11 0 104 140 25 22 133 51
Binary 11001001 1000001 1001 0 1000100 1100000 10101 10010 1011011 101001

Color Harmonies of #C94109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94109

Black with #C94109

Text Example


Text Example

White with #C94109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94109; }

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

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

background-color css

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

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

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

border-color css

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

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

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