Html Css Color HEX #C74412 Rust

📋 copy color: '#C74412'

red 199 ◦ green 68 ◦ blue 18

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

Shades of Rust #C74412

Tints of Rust #C74412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.86%

 BLUE value IS 18 (7.42% from 255) = 6.32%

R = 69.82%
G = 23.86%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C74412 (or 0xC74412) is known color: Rust. HEX triplet: C7, 44 and 12. RGB value is (199,68,18). Sum of RGB (Red+Green+Blue) = 199+68+18=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C74412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74412 is #38BBED. Grayscale: #656565. Windows color (decimal): -3718126 or 1197255. OLE color: 1197255.

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

Color convert

RGB 199 68 18 -
CMYK 0 0.66 0.91 0.22
HSL 16.57º 0.83% 0.43% -
HSV(B) 16.57º 0.91% 0.78% -
XYZ 25.73 16.32 2.37 -
YUV 101.47 80.9 197.57 -
System Red Green Blue C M Y K H S L
Decimal 199 68 18 0 0.66 0.91 0.22 16.57 0.83 0.43
Hex C7 44 12 0 42 5B 16 11 53 2B
Octal 307 104 22 0 102 133 26 21 123 53
Binary 11000111 1000100 10010 0 1000010 1011011 10110 10001 1010011 101011

Color Harmonies of #C74412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74412

Black with #C74412

Text Example


Text Example

White with #C74412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74412; }

 p { color: rgb(199,68,18); }

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

background-color css

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

 a { background-color: rgb(199,68,18); }

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

border-color css

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

 span { border-color: rgb(199,68,18); }

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