Html Css Color HEX #CC4D15 Rust

📋 copy color: '#CC4D15'

red 204 ◦ green 77 ◦ blue 21

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

Shades of Rust #CC4D15

Tints of Rust #CC4D15

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.5%

 BLUE value IS 21 (8.59% from 255) = 6.95%

R = 67.55%
G = 25.5%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC4D15 (or 0xCC4D15) is known color: Rust. HEX triplet: CC, 4D and 15. RGB value is (204,77,21). Sum of RGB (Red+Green+Blue) = 204+77+21=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4D15 is #33B2EA. Grayscale: #6C6C6C. Windows color (decimal): -3388139 or 1396172. OLE color: 1396172.

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

Color convert

RGB 204 77 21 -
CMYK 0 0.62 0.90 0.2
HSL 18.36º 0.81% 0.44% -
HSV(B) 18.36º 0.9% 0.8% -
XYZ 27.69 18.2 2.76 -
YUV 108.59 78.58 196.05 -
System Red Green Blue C M Y K H S L
Decimal 204 77 21 0 0.62 0.90 0.2 18.36 0.81 0.44
Hex CC 4D 15 0 3E 5A 14 12 51 2C
Octal 314 115 25 0 76 132 24 22 121 54
Binary 11001100 1001101 10101 0 111110 1011010 10100 10010 1010001 101100

Color Harmonies of #CC4D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4D15

Black with #CC4D15

Text Example


Text Example

White with #CC4D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4D15; }

 p { color: rgb(204,77,21); }

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

background-color css

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

 a { background-color: rgb(204,77,21); }

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

border-color css

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

 span { border-color: rgb(204,77,21); }

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