Html Css Color HEX #CC4911 Rust

📋 copy color: '#CC4911'

red 204 ◦ green 73 ◦ blue 17

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

Shades of Rust #CC4911

Tints of Rust #CC4911

RGB

 RED value IS 204 (80.08% from 255) = 69.39%

 GREEN value IS 73 (28.91% from 255) = 24.83%

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

R = 69.39%
G = 24.83%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC4911 (or 0xCC4911) is known color: Rust. HEX triplet: CC, 49 and 11. RGB value is (204,73,17). Sum of RGB (Red+Green+Blue) = 204+73+17=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4911 is #33B6EE. Grayscale: #6A6A6A. Windows color (decimal): -3389167 or 1133004. OLE color: 1133004.

HSL color Cylindrical-coordinate representation of color #CC4911: hue angle of 17.97º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC4911 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 73 17 -
CMYK 0 0.64 0.92 0.2
HSL 17.97º 0.85% 0.43% -
HSV(B) 17.97º 0.92% 0.8% -
XYZ 27.39 17.64 2.49 -
YUV 105.79 77.9 198.05 -
System Red Green Blue C M Y K H S L
Decimal 204 73 17 0 0.64 0.92 0.2 17.97 0.85 0.43
Hex CC 49 11 0 40 5C 14 12 55 2B
Octal 314 111 21 0 100 134 24 22 125 53
Binary 11001100 1001001 10001 0 1000000 1011100 10100 10010 1010101 101011

Color Harmonies of #CC4911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4911

Black with #CC4911

Text Example


Text Example

White with #CC4911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4911; }

 p { color: rgb(204,73,17); }

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

background-color css

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

 a { background-color: rgb(204,73,17); }

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

border-color css

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

 span { border-color: rgb(204,73,17); }

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