Html Css Color HEX #CC4B16 Rust

📋 copy color: '#CC4B16'

red 204 ◦ green 75 ◦ blue 22

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

Shades of Rust #CC4B16

Tints of Rust #CC4B16

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.92%

 BLUE value IS 22 (8.98% from 255) = 7.31%

R = 67.77%
G = 24.92%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC4B16 (or 0xCC4B16) is known color: Rust. HEX triplet: CC, 4B and 16. RGB value is (204,75,22). Sum of RGB (Red+Green+Blue) = 204+75+22=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4B16 is #33B4E9. Grayscale: #6B6B6B. Windows color (decimal): -3388650 or 1461196. OLE color: 1461196.

HSL color Cylindrical-coordinate representation of color #CC4B16: hue angle of 17.47º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC4B16 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 75 22 -
CMYK 0 0.63 0.89 0.2
HSL 17.47º 0.81% 0.44% -
HSV(B) 17.47º 0.89% 0.8% -
XYZ 27.56 17.93 2.77 -
YUV 107.53 79.74 196.81 -
System Red Green Blue C M Y K H S L
Decimal 204 75 22 0 0.63 0.89 0.2 17.47 0.81 0.44
Hex CC 4B 16 0 3F 59 14 11 51 2C
Octal 314 113 26 0 77 131 24 21 121 54
Binary 11001100 1001011 10110 0 111111 1011001 10100 10001 1010001 101100

Color Harmonies of #CC4B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4B16

Black with #CC4B16

Text Example


Text Example

White with #CC4B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4B16; }

 p { color: rgb(204,75,22); }

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

background-color css

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

 a { background-color: rgb(204,75,22); }

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

border-color css

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

 span { border-color: rgb(204,75,22); }

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