Html Css Color HEX #C74205 Rust

📋 copy color: '#C74205'

red 199 ◦ green 66 ◦ blue 5

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

Shades of Rust #C74205

Tints of Rust #C74205

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.44%

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 73.7%
G = 24.44%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C74205 (or 0xC74205) is known color: Rust. HEX triplet: C7, 42 and 05. RGB value is (199,66,5). Sum of RGB (Red+Green+Blue) = 199+66+5=270 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.70% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 199 - color contains mainly: red. Hex color #C74205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74205 is #38BDFA. Grayscale: #636363. Windows color (decimal): -3718651 or 344775. OLE color: 344775.

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

Color convert

RGB 199 66 5 -
CMYK 0 0.67 0.97 0.22
HSL 18.87º 0.95% 0.4% -
HSV(B) 18.87º 0.97% 0.78% -
XYZ 25.53 16.05 1.9 -
YUV 98.81 75.06 199.46 -
System Red Green Blue C M Y K H S L
Decimal 199 66 5 0 0.67 0.97 0.22 18.87 0.95 0.4
Hex C7 42 5 0 43 61 16 13 5F 28
Octal 307 102 5 0 103 141 26 23 137 50
Binary 11000111 1000010 101 0 1000011 1100001 10110 10011 1011111 101000

Color Harmonies of #C74205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74205

Black with #C74205

Text Example


Text Example

White with #C74205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74205; }

 p { color: rgb(199,66,5); }

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

background-color css

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

 a { background-color: rgb(199,66,5); }

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

border-color css

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

 span { border-color: rgb(199,66,5); }

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