Html Css Color HEX #C74812 Rust

📋 copy color: '#C74812'

red 199 ◦ green 72 ◦ blue 18

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

Shades of Rust #C74812

Tints of Rust #C74812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.23%

R = 68.86%
G = 24.91%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C74812 (or 0xC74812) is known color: Rust. HEX triplet: C7, 48 and 12. RGB value is (199,72,18). Sum of RGB (Red+Green+Blue) = 199+72+18=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C74812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74812 is #38B7ED. Grayscale: #686868. Windows color (decimal): -3717102 or 1198279. OLE color: 1198279.

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

Color convert

RGB 199 72 18 -
CMYK 0 0.64 0.91 0.22
HSL 17.9º 0.83% 0.43% -
HSV(B) 17.9º 0.91% 0.78% -
XYZ 25.98 16.82 2.45 -
YUV 103.82 79.58 195.89 -
System Red Green Blue C M Y K H S L
Decimal 199 72 18 0 0.64 0.91 0.22 17.9 0.83 0.43
Hex C7 48 12 0 40 5B 16 12 53 2B
Octal 307 110 22 0 100 133 26 22 123 53
Binary 11000111 1001000 10010 0 1000000 1011011 10110 10010 1010011 101011

Color Harmonies of #C74812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74812

Black with #C74812

Text Example


Text Example

White with #C74812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74812; }

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

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

background-color css

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

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

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

border-color css

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

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

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