Html Css Color HEX #C74816 Rust

📋 copy color: '#C74816'

red 199 ◦ green 72 ◦ blue 22

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

Shades of Rust #C74816

Tints of Rust #C74816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.51%

R = 67.92%
G = 24.57%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C74816 (or 0xC74816) is known color: Rust. HEX triplet: C7, 48 and 16. RGB value is (199,72,22). Sum of RGB (Red+Green+Blue) = 199+72+22=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C74816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74816 is #38B7E9. Grayscale: #686868. Windows color (decimal): -3717098 or 1460423. OLE color: 1460423.

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

Color convert

RGB 199 72 22 -
CMYK 0 0.64 0.89 0.22
HSL 16.95º 0.8% 0.43% -
HSV(B) 16.95º 0.89% 0.78% -
XYZ 26.02 16.83 2.64 -
YUV 104.27 81.58 195.57 -
System Red Green Blue C M Y K H S L
Decimal 199 72 22 0 0.64 0.89 0.22 16.95 0.8 0.43
Hex C7 48 16 0 40 59 16 11 50 2B
Octal 307 110 26 0 100 131 26 21 120 53
Binary 11000111 1001000 10110 0 1000000 1011001 10110 10001 1010000 101011

Color Harmonies of #C74816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74816

Black with #C74816

Text Example


Text Example

White with #C74816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74816; }

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

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

background-color css

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

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

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

border-color css

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

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

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