Html Css Color HEX #C04D1E Rust

📋 copy color: '#C04D1E'

red 192 ◦ green 77 ◦ blue 30

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

Shades of Rust #C04D1E

Tints of Rust #C04D1E

RGB

 RED value IS 192 (75.39% from 255) = 64.21%

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

 BLUE value IS 30 (12.11% from 255) = 10.03%

R = 64.21%
G = 25.75%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C04D1E (or 0xC04D1E) is known color: Rust. HEX triplet: C0, 4D and 1E. RGB value is (192,77,30). Sum of RGB (Red+Green+Blue) = 192+77+30=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04D1E is #3FB2E1. Grayscale: #6A6A6A. Windows color (decimal): -4174562 or 1985984. OLE color: 1985984.

HSL color Cylindrical-coordinate representation of color #C04D1E: hue angle of 17.41º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C04D1E is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 77 30 -
CMYK 0 0.60 0.84 0.25
HSL 17.41º 0.73% 0.44% -
HSV(B) 17.41º 0.84% 0.75% -
XYZ 24.63 16.61 3.14 -
YUV 106.03 85.1 189.32 -
System Red Green Blue C M Y K H S L
Decimal 192 77 30 0 0.60 0.84 0.25 17.41 0.73 0.44
Hex C0 4D 1E 0 3C 54 19 11 49 2C
Octal 300 115 36 0 74 124 31 21 111 54
Binary 11000000 1001101 11110 0 111100 1010100 11001 10001 1001001 101100

Color Harmonies of #C04D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04D1E

Black with #C04D1E

Text Example


Text Example

White with #C04D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04D1E; }

 p { color: rgb(192,77,30); }

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

background-color css

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

 a { background-color: rgb(192,77,30); }

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

border-color css

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

 span { border-color: rgb(192,77,30); }

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