Html Css Color HEX #C74808 Rust

📋 copy color: '#C74808'

red 199 ◦ green 72 ◦ blue 8

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

Shades of Rust #C74808

Tints of Rust #C74808

RGB

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

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

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

R = 71.33%
G = 25.81%
B = 2.87%

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

#C74808 (or 0xC74808) is known color: Rust. HEX triplet: C7, 48 and 08. RGB value is (199,72,8). Sum of RGB (Red+Green+Blue) = 199+72+8=279 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.33% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 199 - color contains mainly: red. Hex color #C74808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74808 is #38B7F7. Grayscale: #676767. Windows color (decimal): -3717112 or 542919. OLE color: 542919.

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

Color convert

RGB 199 72 8 -
CMYK 0 0.64 0.96 0.22
HSL 20.1º 0.92% 0.41% -
HSV(B) 20.1º 0.96% 0.78% -
XYZ 25.91 16.79 2.11 -
YUV 102.68 74.58 196.7 -
System Red Green Blue C M Y K H S L
Decimal 199 72 8 0 0.64 0.96 0.22 20.1 0.92 0.41
Hex C7 48 8 0 40 60 16 14 5C 29
Octal 307 110 10 0 100 140 26 24 134 51
Binary 11000111 1001000 1000 0 1000000 1100000 10110 10100 1011100 101001

Color Harmonies of #C74808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74808

Black with #C74808

Text Example


Text Example

White with #C74808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74808; }

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

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

background-color css

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

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

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

border-color css

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

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

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