Html Css Color HEX #C74F19 Rust

📋 copy color: '#C74F19'

red 199 ◦ green 79 ◦ blue 25

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

Shades of Rust #C74F19

Tints of Rust #C74F19

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.07%

 BLUE value IS 25 (10.16% from 255) = 8.25%

R = 65.68%
G = 26.07%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C74F19 (or 0xC74F19) is known color: Rust. HEX triplet: C7, 4F and 19. RGB value is (199,79,25). Sum of RGB (Red+Green+Blue) = 199+79+25=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C74F19 is #38B0E6. Grayscale: #6D6D6D. Windows color (decimal): -3715303 or 1658823. OLE color: 1658823.

HSL color Cylindrical-coordinate representation of color #C74F19: hue angle of 18.62º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C74F19 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 79 25 -
CMYK 0 0.60 0.87 0.22
HSL 18.62º 0.78% 0.44% -
HSV(B) 18.62º 0.87% 0.78% -
XYZ 26.52 17.8 2.96 -
YUV 108.72 80.76 192.39 -
System Red Green Blue C M Y K H S L
Decimal 199 79 25 0 0.60 0.87 0.22 18.62 0.78 0.44
Hex C7 4F 19 0 3C 57 16 13 4E 2C
Octal 307 117 31 0 74 127 26 23 116 54
Binary 11000111 1001111 11001 0 111100 1010111 10110 10011 1001110 101100

Color Harmonies of #C74F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74F19

Black with #C74F19

Text Example


Text Example

White with #C74F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74F19; }

 p { color: rgb(199,79,25); }

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

background-color css

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

 a { background-color: rgb(199,79,25); }

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

border-color css

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

 span { border-color: rgb(199,79,25); }

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