Html Css Color HEX #C74407 Rust

📋 copy color: '#C74407'

red 199 ◦ green 68 ◦ blue 7

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

Shades of Rust #C74407

Tints of Rust #C74407

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.82%

 BLUE value IS 7 (3.13% from 255) = 2.55%

R = 72.63%
G = 24.82%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C74407 (or 0xC74407) is known color: Rust. HEX triplet: C7, 44 and 07. RGB value is (199,68,7). Sum of RGB (Red+Green+Blue) = 199+68+7=274 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.63% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 7 (3.12% from 255 or 2.55% from 274); Max value from RGB is 199 - color contains mainly: red. Hex color #C74407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74407 is #38BBF8. Grayscale: #646464. Windows color (decimal): -3718137 or 476359. OLE color: 476359.

HSL color Cylindrical-coordinate representation of color #C74407: hue angle of 19.06º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C74407 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 68 7 -
CMYK 0 0.66 0.96 0.22
HSL 19.06º 0.93% 0.4% -
HSV(B) 19.06º 0.96% 0.78% -
XYZ 25.66 16.29 1.99 -
YUV 100.22 75.4 198.46 -
System Red Green Blue C M Y K H S L
Decimal 199 68 7 0 0.66 0.96 0.22 19.06 0.93 0.4
Hex C7 44 7 0 42 60 16 13 5D 28
Octal 307 104 7 0 102 140 26 23 135 50
Binary 11000111 1000100 111 0 1000010 1100000 10110 10011 1011101 101000

Color Harmonies of #C74407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74407

Black with #C74407

Text Example


Text Example

White with #C74407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74407; }

 p { color: rgb(199,68,7); }

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

background-color css

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

 a { background-color: rgb(199,68,7); }

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

border-color css

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

 span { border-color: rgb(199,68,7); }

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