Html Css Color HEX #C74310 Rust

📋 copy color: '#C74310'

red 199 ◦ green 67 ◦ blue 16

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

Shades of Rust #C74310

Tints of Rust #C74310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.76%

 BLUE value IS 16 (6.64% from 255) = 5.67%

R = 70.57%
G = 23.76%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C74310 (or 0xC74310) is known color: Rust. HEX triplet: C7, 43 and 10. RGB value is (199,67,16). Sum of RGB (Red+Green+Blue) = 199+67+16=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C74310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74310 is #38BCEF. Grayscale: #646464. Windows color (decimal): -3718384 or 1065927. OLE color: 1065927.

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

Color convert

RGB 199 67 16 -
CMYK 0 0.66 0.92 0.22
HSL 16.72º 0.85% 0.42% -
HSV(B) 16.72º 0.92% 0.78% -
XYZ 25.65 16.19 2.26 -
YUV 100.65 80.23 198.15 -
System Red Green Blue C M Y K H S L
Decimal 199 67 16 0 0.66 0.92 0.22 16.72 0.85 0.42
Hex C7 43 10 0 42 5C 16 11 55 2A
Octal 307 103 20 0 102 134 26 21 125 52
Binary 11000111 1000011 10000 0 1000010 1011100 10110 10001 1010101 101010

Color Harmonies of #C74310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74310

Black with #C74310

Text Example


Text Example

White with #C74310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74310; }

 p { color: rgb(199,67,16); }

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

background-color css

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

 a { background-color: rgb(199,67,16); }

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

border-color css

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

 span { border-color: rgb(199,67,16); }

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