Html Css Color HEX #CC4A14 Rust

📋 copy color: '#CC4A14'

red 204 ◦ green 74 ◦ blue 20

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

Shades of Rust #CC4A14

Tints of Rust #CC4A14

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.83%

 BLUE value IS 20 (8.2% from 255) = 6.71%

R = 68.46%
G = 24.83%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC4A14 (or 0xCC4A14) is known color: Rust. HEX triplet: CC, 4A and 14. RGB value is (204,74,20). Sum of RGB (Red+Green+Blue) = 204+74+20=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4A14 is #33B5EB. Grayscale: #6B6B6B. Windows color (decimal): -3388908 or 1329868. OLE color: 1329868.

HSL color Cylindrical-coordinate representation of color #CC4A14: hue angle of 17.61º degrees, saturation: 0.82, 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 #CC4A14 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 74 20 -
CMYK 0 0.64 0.90 0.2
HSL 17.61º 0.82% 0.44% -
HSV(B) 17.61º 0.9% 0.8% -
XYZ 27.48 17.79 2.65 -
YUV 106.71 79.07 197.39 -
System Red Green Blue C M Y K H S L
Decimal 204 74 20 0 0.64 0.90 0.2 17.61 0.82 0.44
Hex CC 4A 14 0 40 5A 14 12 52 2C
Octal 314 112 24 0 100 132 24 22 122 54
Binary 11001100 1001010 10100 0 1000000 1011010 10100 10010 1010010 101100

Color Harmonies of #CC4A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4A14

Black with #CC4A14

Text Example


Text Example

White with #CC4A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4A14; }

 p { color: rgb(204,74,20); }

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

background-color css

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

 a { background-color: rgb(204,74,20); }

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

border-color css

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

 span { border-color: rgb(204,74,20); }

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