Html Css Color HEX #C04111 Rust

📋 copy color: '#C04111'

red 192 ◦ green 65 ◦ blue 17

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

Shades of Rust #C04111

Tints of Rust #C04111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.72%

 BLUE value IS 17 (7.03% from 255) = 6.2%

R = 70.07%
G = 23.72%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C04111 (or 0xC04111) is known color: Rust. HEX triplet: C0, 41 and 11. RGB value is (192,65,17). Sum of RGB (Red+Green+Blue) = 192+65+17=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C04111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04111 is #3FBEEE. Grayscale: #616161. Windows color (decimal): -4177647 or 1130944. OLE color: 1130944.

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

Color convert

RGB 192 65 17 -
CMYK 0 0.66 0.91 0.25
HSL 16.46º 0.84% 0.41% -
HSV(B) 16.46º 0.91% 0.75% -
XYZ 23.73 15.03 2.18 -
YUV 97.5 82.58 195.4 -
System Red Green Blue C M Y K H S L
Decimal 192 65 17 0 0.66 0.91 0.25 16.46 0.84 0.41
Hex C0 41 11 0 42 5B 19 10 54 29
Octal 300 101 21 0 102 133 31 20 124 51
Binary 11000000 1000001 10001 0 1000010 1011011 11001 10000 1010100 101001

Color Harmonies of #C04111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04111

Black with #C04111

Text Example


Text Example

White with #C04111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04111; }

 p { color: rgb(192,65,17); }

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

background-color css

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

 a { background-color: rgb(192,65,17); }

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

border-color css

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

 span { border-color: rgb(192,65,17); }

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