Html Css Color HEX #C74108 Rust

📋 copy color: '#C74108'

red 199 ◦ green 65 ◦ blue 8

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

Shades of Rust #C74108

Tints of Rust #C74108

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.9%

 BLUE value IS 8 (3.52% from 255) = 2.94%

R = 73.16%
G = 23.9%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C74108 (or 0xC74108) is known color: Rust. HEX triplet: C7, 41 and 08. RGB value is (199,65,8). Sum of RGB (Red+Green+Blue) = 199+65+8=272 (36% of max value = 765). Red value is 199 (78.12% from 255 or 73.16% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 199 - color contains mainly: red. Hex color #C74108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74108 is #38BEF7. Grayscale: #626262. Windows color (decimal): -3718904 or 541127. OLE color: 541127.

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

Color convert

RGB 199 65 8 -
CMYK 0 0.67 0.96 0.22
HSL 17.91º 0.92% 0.41% -
HSV(B) 17.91º 0.96% 0.78% -
XYZ 25.49 15.94 1.96 -
YUV 98.57 76.89 199.63 -
System Red Green Blue C M Y K H S L
Decimal 199 65 8 0 0.67 0.96 0.22 17.91 0.92 0.41
Hex C7 41 8 0 43 60 16 12 5C 29
Octal 307 101 10 0 103 140 26 22 134 51
Binary 11000111 1000001 1000 0 1000011 1100000 10110 10010 1011100 101001

Color Harmonies of #C74108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74108

Black with #C74108

Text Example


Text Example

White with #C74108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74108; }

 p { color: rgb(199,65,8); }

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

background-color css

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

 a { background-color: rgb(199,65,8); }

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

border-color css

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

 span { border-color: rgb(199,65,8); }

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