Html Css Color HEX #C74913 Rust

📋 copy color: '#C74913'

red 199 ◦ green 73 ◦ blue 19

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

Shades of Rust #C74913

Tints of Rust #C74913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.09%

 BLUE value IS 19 (7.81% from 255) = 6.53%

R = 68.38%
G = 25.09%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C74913 (or 0xC74913) is known color: Rust. HEX triplet: C7, 49 and 13. RGB value is (199,73,19). Sum of RGB (Red+Green+Blue) = 199+73+19=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C74913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74913 is #38B6EC. Grayscale: #686868. Windows color (decimal): -3716845 or 1264071. OLE color: 1264071.

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

Color convert

RGB 199 73 19 -
CMYK 0 0.63 0.90 0.22
HSL 18º 0.83% 0.43% -
HSV(B) 18º 0.9% 0.78% -
XYZ 26.05 16.95 2.52 -
YUV 104.52 79.74 195.39 -
System Red Green Blue C M Y K H S L
Decimal 199 73 19 0 0.63 0.90 0.22 18 0.83 0.43
Hex C7 49 13 0 3F 5A 16 12 53 2B
Octal 307 111 23 0 77 132 26 22 123 53
Binary 11000111 1001001 10011 0 111111 1011010 10110 10010 1010011 101011

Color Harmonies of #C74913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74913

Black with #C74913

Text Example


Text Example

White with #C74913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74913; }

 p { color: rgb(199,73,19); }

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

background-color css

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

 a { background-color: rgb(199,73,19); }

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

border-color css

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

 span { border-color: rgb(199,73,19); }

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