Html Css Color HEX #C74709 Rust

📋 copy color: '#C74709'

red 199 ◦ green 71 ◦ blue 9

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

Shades of Rust #C74709

Tints of Rust #C74709

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.45%

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

R = 71.33%
G = 25.45%
B = 3.23%

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

#C74709 (or 0xC74709) is known color: Rust. HEX triplet: C7, 47 and 09. RGB value is (199,71,9). Sum of RGB (Red+Green+Blue) = 199+71+9=279 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.33% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 199 - color contains mainly: red. Hex color #C74709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74709 is #38B8F6. Grayscale: #666666. Windows color (decimal): -3717367 or 608199. OLE color: 608199.

HSL color Cylindrical-coordinate representation of color #C74709: hue angle of 19.58º 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 #C74709 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 71 9 -
CMYK 0 0.64 0.95 0.22
HSL 19.58º 0.91% 0.41% -
HSV(B) 19.58º 0.95% 0.78% -
XYZ 25.86 16.67 2.11 -
YUV 102.2 75.41 197.04 -
System Red Green Blue C M Y K H S L
Decimal 199 71 9 0 0.64 0.95 0.22 19.58 0.91 0.41
Hex C7 47 9 0 40 5F 16 14 5B 29
Octal 307 107 11 0 100 137 26 24 133 51
Binary 11000111 1000111 1001 0 1000000 1011111 10110 10100 1011011 101001

Color Harmonies of #C74709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74709

Black with #C74709

Text Example


Text Example

White with #C74709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74709; }

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

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

background-color css

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

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

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

border-color css

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

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

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