Html Css Color HEX #C04E1C Rust

📋 copy color: '#C04E1C'

red 192 ◦ green 78 ◦ blue 28

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

Shades of Rust #C04E1C

Tints of Rust #C04E1C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.17%

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

R = 64.43%
G = 26.17%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C04E1C (or 0xC04E1C) is known color: Rust. HEX triplet: C0, 4E and 1C. RGB value is (192,78,28). Sum of RGB (Red+Green+Blue) = 192+78+28=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04E1C is #3FB1E3. Grayscale: #6A6A6A. Windows color (decimal): -4174308 or 1855168. OLE color: 1855168.

HSL color Cylindrical-coordinate representation of color #C04E1C: hue angle of 18.29º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C04E1C is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 78 28 -
CMYK 0 0.59 0.85 0.25
HSL 18.29º 0.75% 0.43% -
HSV(B) 18.29º 0.85% 0.75% -
XYZ 24.67 16.74 3.03 -
YUV 106.39 83.77 189.07 -
System Red Green Blue C M Y K H S L
Decimal 192 78 28 0 0.59 0.85 0.25 18.29 0.75 0.43
Hex C0 4E 1C 0 3B 55 19 12 4B 2B
Octal 300 116 34 0 73 125 31 22 113 53
Binary 11000000 1001110 11100 0 111011 1010101 11001 10010 1001011 101011

Color Harmonies of #C04E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04E1C

Black with #C04E1C

Text Example


Text Example

White with #C04E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04E1C; }

 p { color: rgb(192,78,28); }

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

background-color css

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

 a { background-color: rgb(192,78,28); }

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

border-color css

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

 span { border-color: rgb(192,78,28); }

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