Html Css Color HEX #C74507 Rust

📋 copy color: '#C74507'

red 199 ◦ green 69 ◦ blue 7

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

Shades of Rust #C74507

Tints of Rust #C74507

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.09%

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

R = 72.36%
G = 25.09%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C74507 (or 0xC74507) is known color: Rust. HEX triplet: C7, 45 and 07. RGB value is (199,69,7). Sum of RGB (Red+Green+Blue) = 199+69+7=275 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.36% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 7 (3.12% from 255 or 2.55% from 275); Max value from RGB is 199 - color contains mainly: red. Hex color #C74507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74507 is #38BAF8. Grayscale: #656565. Windows color (decimal): -3717881 or 476615. OLE color: 476615.

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

Color convert

RGB 199 69 7 -
CMYK 0 0.65 0.96 0.22
HSL 19.38º 0.93% 0.4% -
HSV(B) 19.38º 0.96% 0.78% -
XYZ 25.72 16.41 2.01 -
YUV 100.8 75.07 198.04 -
System Red Green Blue C M Y K H S L
Decimal 199 69 7 0 0.65 0.96 0.22 19.38 0.93 0.4
Hex C7 45 7 0 41 60 16 13 5D 28
Octal 307 105 7 0 101 140 26 23 135 50
Binary 11000111 1000101 111 0 1000001 1100000 10110 10011 1011101 101000

Color Harmonies of #C74507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74507

Black with #C74507

Text Example


Text Example

White with #C74507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74507; }

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

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

background-color css

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

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

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

border-color css

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

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

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