Html Css Color HEX #C04611 Rust

📋 copy color: '#C04611'

red 192 ◦ green 70 ◦ blue 17

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

Shades of Rust #C04611

Tints of Rust #C04611

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.09%

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

R = 68.82%
G = 25.09%
B = 6.09%

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

#C04611 (or 0xC04611) is known color: Rust. HEX triplet: C0, 46 and 11. RGB value is (192,70,17). Sum of RGB (Red+Green+Blue) = 192+70+17=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C04611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04611 is #3FB9EE. Grayscale: #646464. Windows color (decimal): -4176367 or 1132224. OLE color: 1132224.

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

Color convert

RGB 192 70 17 -
CMYK 0 0.64 0.91 0.25
HSL 18.17º 0.84% 0.41% -
HSV(B) 18.17º 0.91% 0.75% -
XYZ 24.03 15.63 2.28 -
YUV 100.44 80.92 193.31 -
System Red Green Blue C M Y K H S L
Decimal 192 70 17 0 0.64 0.91 0.25 18.17 0.84 0.41
Hex C0 46 11 0 40 5B 19 12 54 29
Octal 300 106 21 0 100 133 31 22 124 51
Binary 11000000 1000110 10001 0 1000000 1011011 11001 10010 1010100 101001

Color Harmonies of #C04611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04611

Black with #C04611

Text Example


Text Example

White with #C04611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04611; }

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

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

background-color css

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

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

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

border-color css

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

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

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