Html Css Color HEX #C94509 Rust

📋 copy color: '#C94509'

red 201 ◦ green 69 ◦ blue 9

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

Shades of Rust #C94509

Tints of Rust #C94509

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.73%

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

R = 72.04%
G = 24.73%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C94509 (or 0xC94509) is known color: Rust. HEX triplet: C9, 45 and 09. RGB value is (201,69,9). Sum of RGB (Red+Green+Blue) = 201+69+9=279 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.04% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 201 - color contains mainly: red. Hex color #C94509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94509 is #36BAF6. Grayscale: #656565. Windows color (decimal): -3586807 or 607689. OLE color: 607689.

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

Color convert

RGB 201 69 9 -
CMYK 0 0.66 0.96 0.21
HSL 18.75º 0.91% 0.41% -
HSV(B) 18.75º 0.96% 0.79% -
XYZ 26.26 16.69 2.1 -
YUV 101.63 75.73 198.88 -
System Red Green Blue C M Y K H S L
Decimal 201 69 9 0 0.66 0.96 0.21 18.75 0.91 0.41
Hex C9 45 9 0 42 60 15 13 5B 29
Octal 311 105 11 0 102 140 25 23 133 51
Binary 11001001 1000101 1001 0 1000010 1100000 10101 10011 1011011 101001

Color Harmonies of #C94509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94509

Black with #C94509

Text Example


Text Example

White with #C94509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94509; }

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

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

background-color css

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

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

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

border-color css

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

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

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