Html Css Color HEX #C74001 Rust

📋 copy color: '#C74001'

red 199 ◦ green 64 ◦ blue 1

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

Shades of Rust #C74001

Tints of Rust #C74001

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.24%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 75.38%
G = 24.24%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C74001 (or 0xC74001) is known color: Rust. HEX triplet: C7, 40 and 01. RGB value is (199,64,1). Sum of RGB (Red+Green+Blue) = 199+64+1=264 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.38% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 199 - color contains mainly: red. Hex color #C74001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74001 is #38BFFE. Grayscale: #616161. Windows color (decimal): -3719167 or 82119. OLE color: 82119.

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

Color convert

RGB 199 64 1 -
CMYK 0 0.68 0.99 0.22
HSL 19.09º 0.99% 0.39% -
HSV(B) 19.09º 0.99% 0.78% -
XYZ 25.39 15.81 1.74 -
YUV 97.18 73.73 200.62 -
System Red Green Blue C M Y K H S L
Decimal 199 64 1 0 0.68 0.99 0.22 19.09 0.99 0.39
Hex C7 40 1 0 44 63 16 13 63 27
Octal 307 100 1 0 104 143 26 23 143 47
Binary 11000111 1000000 1 0 1000100 1100011 10110 10011 1100011 100111

Color Harmonies of #C74001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74001

Black with #C74001

Text Example


Text Example

White with #C74001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74001; }

 p { color: rgb(199,64,1); }

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

background-color css

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

 a { background-color: rgb(199,64,1); }

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

border-color css

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

 span { border-color: rgb(199,64,1); }

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