Html Css Color HEX #C74C11 Rust

📋 copy color: '#C74C11'

red 199 ◦ green 76 ◦ blue 17

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

Shades of Rust #C74C11

Tints of Rust #C74C11

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.03%

 BLUE value IS 17 (7.03% from 255) = 5.82%

R = 68.15%
G = 26.03%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C74C11 (or 0xC74C11) is known color: Rust. HEX triplet: C7, 4C and 11. RGB value is (199,76,17). Sum of RGB (Red+Green+Blue) = 199+76+17=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74C11 is #38B3EE. Grayscale: #6A6A6A. Windows color (decimal): -3716079 or 1133767. OLE color: 1133767.

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

Color convert

RGB 199 76 17 -
CMYK 0 0.62 0.91 0.22
HSL 19.45º 0.84% 0.42% -
HSV(B) 19.45º 0.91% 0.78% -
XYZ 26.24 17.35 2.5 -
YUV 106.05 77.75 194.3 -
System Red Green Blue C M Y K H S L
Decimal 199 76 17 0 0.62 0.91 0.22 19.45 0.84 0.42
Hex C7 4C 11 0 3E 5B 16 13 54 2A
Octal 307 114 21 0 76 133 26 23 124 52
Binary 11000111 1001100 10001 0 111110 1011011 10110 10011 1010100 101010

Color Harmonies of #C74C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74C11

Black with #C74C11

Text Example


Text Example

White with #C74C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74C11; }

 p { color: rgb(199,76,17); }

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

background-color css

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

 a { background-color: rgb(199,76,17); }

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

border-color css

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

 span { border-color: rgb(199,76,17); }

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