Html Css Color HEX #C74612 Rust

📋 copy color: '#C74612'

red 199 ◦ green 70 ◦ blue 18

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

Shades of Rust #C74612

Tints of Rust #C74612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.39%

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

R = 69.34%
G = 24.39%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C74612 (or 0xC74612) is known color: Rust. HEX triplet: C7, 46 and 12. RGB value is (199,70,18). Sum of RGB (Red+Green+Blue) = 199+70+18=287 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.34% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 199 - color contains mainly: red. Hex color #C74612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74612 is #38B9ED. Grayscale: #666666. Windows color (decimal): -3717614 or 1197767. OLE color: 1197767.

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

Color convert

RGB 199 70 18 -
CMYK 0 0.65 0.91 0.22
HSL 17.24º 0.83% 0.43% -
HSV(B) 17.24º 0.91% 0.78% -
XYZ 25.85 16.57 2.41 -
YUV 102.64 80.24 196.73 -
System Red Green Blue C M Y K H S L
Decimal 199 70 18 0 0.65 0.91 0.22 17.24 0.83 0.43
Hex C7 46 12 0 41 5B 16 11 53 2B
Octal 307 106 22 0 101 133 26 21 123 53
Binary 11000111 1000110 10010 0 1000001 1011011 10110 10001 1010011 101011

Color Harmonies of #C74612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74612

Black with #C74612

Text Example


Text Example

White with #C74612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74612; }

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

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

background-color css

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

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

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

border-color css

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

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

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