Html Css Color HEX #C04E13 Rust

📋 copy color: '#C04E13'

red 192 ◦ green 78 ◦ blue 19

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

Shades of Rust #C04E13

Tints of Rust #C04E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.57%

R = 66.44%
G = 26.99%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C04E13 (or 0xC04E13) is known color: Rust. HEX triplet: C0, 4E and 13. RGB value is (192,78,19). Sum of RGB (Red+Green+Blue) = 192+78+19=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C04E13 is #3FB1EC. Grayscale: #696969. Windows color (decimal): -4174317 or 1265344. OLE color: 1265344.

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

Color convert

RGB 192 78 19 -
CMYK 0 0.59 0.90 0.25
HSL 20.46º 0.82% 0.41% -
HSV(B) 20.46º 0.9% 0.75% -
XYZ 24.58 16.7 2.54 -
YUV 105.36 79.27 189.8 -
System Red Green Blue C M Y K H S L
Decimal 192 78 19 0 0.59 0.90 0.25 20.46 0.82 0.41
Hex C0 4E 13 0 3B 5A 19 14 52 29
Octal 300 116 23 0 73 132 31 24 122 51
Binary 11000000 1001110 10011 0 111011 1011010 11001 10100 1010010 101001

Color Harmonies of #C04E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04E13

Black with #C04E13

Text Example


Text Example

White with #C04E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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