Html Css Color HEX #CC4F19 Rust

📋 copy color: '#CC4F19'

red 204 ◦ green 79 ◦ blue 25

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

Shades of Rust #CC4F19

Tints of Rust #CC4F19

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.65%

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

R = 66.23%
G = 25.65%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC4F19 (or 0xCC4F19) is known color: Rust. HEX triplet: CC, 4F and 19. RGB value is (204,79,25). Sum of RGB (Red+Green+Blue) = 204+79+25=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4F19 is #33B0E6. Grayscale: #6E6E6E. Windows color (decimal): -3387623 or 1658828. OLE color: 1658828.

HSL color Cylindrical-coordinate representation of color #CC4F19: hue angle of 18.1º 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 #CC4F19 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 79 25 -
CMYK 0 0.61 0.88 0.2
HSL 18.1º 0.78% 0.45% -
HSV(B) 18.1º 0.88% 0.8% -
XYZ 27.87 18.5 3.02 -
YUV 110.22 79.91 194.89 -
System Red Green Blue C M Y K H S L
Decimal 204 79 25 0 0.61 0.88 0.2 18.1 0.78 0.45
Hex CC 4F 19 0 3D 58 14 12 4E 2D
Octal 314 117 31 0 75 130 24 22 116 55
Binary 11001100 1001111 11001 0 111101 1011000 10100 10010 1001110 101101

Color Harmonies of #CC4F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4F19

Black with #CC4F19

Text Example


Text Example

White with #CC4F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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