Html Css Color HEX #CC4D19 Rust

📋 copy color: '#CC4D19'

red 204 ◦ green 77 ◦ blue 25

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

Shades of Rust #CC4D19

Tints of Rust #CC4D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.17%

R = 66.67%
G = 25.16%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC4D19 (or 0xCC4D19) is known color: Rust. HEX triplet: CC, 4D and 19. RGB value is (204,77,25). Sum of RGB (Red+Green+Blue) = 204+77+25=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4D19 is #33B2E6. Grayscale: #6D6D6D. Windows color (decimal): -3388135 or 1658316. OLE color: 1658316.

HSL color Cylindrical-coordinate representation of color #CC4D19: hue angle of 17.43º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC4D19 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 77 25 -
CMYK 0 0.62 0.88 0.2
HSL 17.43º 0.78% 0.45% -
HSV(B) 17.43º 0.88% 0.8% -
XYZ 27.73 18.22 2.97 -
YUV 109.05 80.58 195.73 -
System Red Green Blue C M Y K H S L
Decimal 204 77 25 0 0.62 0.88 0.2 17.43 0.78 0.45
Hex CC 4D 19 0 3E 58 14 11 4E 2D
Octal 314 115 31 0 76 130 24 21 116 55
Binary 11001100 1001101 11001 0 111110 1011000 10100 10001 1001110 101101

Color Harmonies of #CC4D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4D19

Black with #CC4D19

Text Example


Text Example

White with #CC4D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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