Html Css Color HEX #C74000 Rust

📋 copy color: '#C74000'

red 199 ◦ green 64 ◦ blue 0

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

Shades of Rust #C74000

Tints of Rust #C74000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.67%
G = 24.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C74000 (or 0xC74000) is known color: Rust. HEX triplet: C7, 40 and 00. RGB value is (199,64,0). Sum of RGB (Red+Green+Blue) = 199+64+0=263 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.67% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 199 - color contains mainly: red. Hex color #C74000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74000 is #38BFFF. Grayscale: #616161. Windows color (decimal): -3719168 or 16583. OLE color: 16583.

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

Color convert

RGB 199 64 0 -
CMYK 0 0.68 1 0.22
HSL 19.3º 1% 0.39% -
HSV(B) 19.3º 1% 0.78% -
XYZ 25.39 15.81 1.71 -
YUV 97.07 73.23 200.7 -
System Red Green Blue C M Y K H S L
Decimal 199 64 0 0 0.68 1 0.22 19.3 1 0.39
Hex C7 40 0 0 44 64 16 13 64 27
Octal 307 100 0 0 104 144 26 23 144 47
Binary 11000111 1000000 0 0 1000100 1100100 10110 10011 1100100 100111

Color Harmonies of #C74000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74000

Black with #C74000

Text Example


Text Example

White with #C74000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74000; }

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

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

background-color css

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

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

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

border-color css

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

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

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