Html Css Color HEX #C74809 Rust

📋 copy color: '#C74809'

red 199 ◦ green 72 ◦ blue 9

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

Shades of Rust #C74809

Tints of Rust #C74809

RGB

 RED value IS 199 (78.13% from 255) = 71.07%

 GREEN value IS 72 (28.52% from 255) = 25.71%

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

R = 71.07%
G = 25.71%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C74809 (or 0xC74809) is known color: Rust. HEX triplet: C7, 48 and 09. RGB value is (199,72,9). Sum of RGB (Red+Green+Blue) = 199+72+9=280 (37% of max value = 765). Red value is 199 (78.12% from 255 or 71.07% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 199 - color contains mainly: red. Hex color #C74809 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74809 is #38B7F6. Grayscale: #676767. Windows color (decimal): -3717111 or 608455. OLE color: 608455.

HSL color Cylindrical-coordinate representation of color #C74809: hue angle of 19.89º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C74809 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 72 9 -
CMYK 0 0.64 0.95 0.22
HSL 19.89º 0.91% 0.41% -
HSV(B) 19.89º 0.95% 0.78% -
XYZ 25.92 16.8 2.13 -
YUV 102.79 75.08 196.62 -
System Red Green Blue C M Y K H S L
Decimal 199 72 9 0 0.64 0.95 0.22 19.89 0.91 0.41
Hex C7 48 9 0 40 5F 16 14 5B 29
Octal 307 110 11 0 100 137 26 24 133 51
Binary 11000111 1001000 1001 0 1000000 1011111 10110 10100 1011011 101001

Color Harmonies of #C74809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74809

Black with #C74809

Text Example


Text Example

White with #C74809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74809; }

 p { color: rgb(199,72,9); }

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

background-color css

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

 a { background-color: rgb(199,72,9); }

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

border-color css

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

 span { border-color: rgb(199,72,9); }

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