Html Css Color HEX #C04211 Rust

📋 copy color: '#C04211'

red 192 ◦ green 66 ◦ blue 17

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

Shades of Rust #C04211

Tints of Rust #C04211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24%

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

R = 69.82%
G = 24%
B = 6.18%

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

#C04211 (or 0xC04211) is known color: Rust. HEX triplet: C0, 42 and 11. RGB value is (192,66,17). Sum of RGB (Red+Green+Blue) = 192+66+17=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C04211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04211 is #3FBDEE. Grayscale: #626262. Windows color (decimal): -4177391 or 1131200. OLE color: 1131200.

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

Color convert

RGB 192 66 17 -
CMYK 0 0.66 0.91 0.25
HSL 16.8º 0.84% 0.41% -
HSV(B) 16.8º 0.91% 0.75% -
XYZ 23.79 15.14 2.2 -
YUV 98.09 82.24 194.98 -
System Red Green Blue C M Y K H S L
Decimal 192 66 17 0 0.66 0.91 0.25 16.8 0.84 0.41
Hex C0 42 11 0 42 5B 19 11 54 29
Octal 300 102 21 0 102 133 31 21 124 51
Binary 11000000 1000010 10001 0 1000010 1011011 11001 10001 1010100 101001

Color Harmonies of #C04211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04211

Black with #C04211

Text Example


Text Example

White with #C04211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04211; }

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

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

background-color css

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

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

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

border-color css

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

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

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