Html Css Color HEX #C04511 Rust

📋 copy color: '#C04511'

red 192 ◦ green 69 ◦ blue 17

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

Shades of Rust #C04511

Tints of Rust #C04511

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.82%

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

R = 69.06%
G = 24.82%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C04511 (or 0xC04511) is known color: Rust. HEX triplet: C0, 45 and 11. RGB value is (192,69,17). Sum of RGB (Red+Green+Blue) = 192+69+17=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C04511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04511 is #3FBAEE. Grayscale: #646464. Windows color (decimal): -4176623 or 1131968. OLE color: 1131968.

HSL color Cylindrical-coordinate representation of color #C04511: hue angle of 17.83º 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 #C04511 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 69 17 -
CMYK 0 0.64 0.91 0.25
HSL 17.83º 0.84% 0.41% -
HSV(B) 17.83º 0.91% 0.75% -
XYZ 23.97 15.5 2.26 -
YUV 99.85 81.25 193.73 -
System Red Green Blue C M Y K H S L
Decimal 192 69 17 0 0.64 0.91 0.25 17.83 0.84 0.41
Hex C0 45 11 0 40 5B 19 12 54 29
Octal 300 105 21 0 100 133 31 22 124 51
Binary 11000000 1000101 10001 0 1000000 1011011 11001 10010 1010100 101001

Color Harmonies of #C04511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04511

Black with #C04511

Text Example


Text Example

White with #C04511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04511; }

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

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

background-color css

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

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

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

border-color css

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

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

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