Html Css Color HEX #C74D1C Rust

📋 copy color: '#C74D1C'

red 199 ◦ green 77 ◦ blue 28

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

Shades of Rust #C74D1C

Tints of Rust #C74D1C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.33%

 BLUE value IS 28 (11.33% from 255) = 9.21%

R = 65.46%
G = 25.33%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C74D1C (or 0xC74D1C) is known color: Rust. HEX triplet: C7, 4D and 1C. RGB value is (199,77,28). Sum of RGB (Red+Green+Blue) = 199+77+28=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74D1C is #38B2E3. Grayscale: #6C6C6C. Windows color (decimal): -3715812 or 1854919. OLE color: 1854919.

HSL color Cylindrical-coordinate representation of color #C74D1C: hue angle of 17.19º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C74D1C is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 77 28 -
CMYK 0 0.61 0.86 0.22
HSL 17.19º 0.75% 0.45% -
HSV(B) 17.19º 0.86% 0.78% -
XYZ 26.42 17.53 3.09 -
YUV 107.89 82.92 192.98 -
System Red Green Blue C M Y K H S L
Decimal 199 77 28 0 0.61 0.86 0.22 17.19 0.75 0.45
Hex C7 4D 1C 0 3D 56 16 11 4B 2D
Octal 307 115 34 0 75 126 26 21 113 55
Binary 11000111 1001101 11100 0 111101 1010110 10110 10001 1001011 101101

Color Harmonies of #C74D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74D1C

Black with #C74D1C

Text Example


Text Example

White with #C74D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74D1C; }

 p { color: rgb(199,77,28); }

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

background-color css

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

 a { background-color: rgb(199,77,28); }

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

border-color css

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

 span { border-color: rgb(199,77,28); }

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