Html Css Color HEX #C74A16 Rust

📋 copy color: '#C74A16'

red 199 ◦ green 74 ◦ blue 22

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

Shades of Rust #C74A16

Tints of Rust #C74A16

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.08%

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

R = 67.46%
G = 25.08%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C74A16 (or 0xC74A16) is known color: Rust. HEX triplet: C7, 4A and 16. RGB value is (199,74,22). Sum of RGB (Red+Green+Blue) = 199+74+22=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74A16 is #38B5E9. Grayscale: #696969. Windows color (decimal): -3716586 or 1460935. OLE color: 1460935.

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

Color convert

RGB 199 74 22 -
CMYK 0 0.63 0.89 0.22
HSL 17.63º 0.8% 0.43% -
HSV(B) 17.63º 0.89% 0.78% -
XYZ 26.15 17.1 2.68 -
YUV 105.45 80.91 194.73 -
System Red Green Blue C M Y K H S L
Decimal 199 74 22 0 0.63 0.89 0.22 17.63 0.8 0.43
Hex C7 4A 16 0 3F 59 16 12 50 2B
Octal 307 112 26 0 77 131 26 22 120 53
Binary 11000111 1001010 10110 0 111111 1011001 10110 10010 1010000 101011

Color Harmonies of #C74A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74A16

Black with #C74A16

Text Example


Text Example

White with #C74A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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