Html Css Color HEX #C74708 Rust

📋 copy color: '#C74708'

red 199 ◦ green 71 ◦ blue 8

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

Shades of Rust #C74708

Tints of Rust #C74708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.88%

R = 71.58%
G = 25.54%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C74708 (or 0xC74708) is known color: Rust. HEX triplet: C7, 47 and 08. RGB value is (199,71,8). Sum of RGB (Red+Green+Blue) = 199+71+8=278 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.58% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 199 - color contains mainly: red. Hex color #C74708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74708 is #38B8F7. Grayscale: #666666. Windows color (decimal): -3717368 or 542663. OLE color: 542663.

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

Color convert

RGB 199 71 8 -
CMYK 0 0.64 0.96 0.22
HSL 19.79º 0.92% 0.41% -
HSV(B) 19.79º 0.96% 0.78% -
XYZ 25.85 16.67 2.08 -
YUV 102.09 74.91 197.12 -
System Red Green Blue C M Y K H S L
Decimal 199 71 8 0 0.64 0.96 0.22 19.79 0.92 0.41
Hex C7 47 8 0 40 60 16 14 5C 29
Octal 307 107 10 0 100 140 26 24 134 51
Binary 11000111 1000111 1000 0 1000000 1100000 10110 10100 1011100 101001

Color Harmonies of #C74708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74708

Black with #C74708

Text Example


Text Example

White with #C74708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74708; }

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

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

background-color css

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

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

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

border-color css

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

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

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