Html Css Color HEX #CC460C Rust

📋 copy color: '#CC460C'

red 204 ◦ green 70 ◦ blue 12

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

Shades of Rust #CC460C

Tints of Rust #CC460C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.48%

 BLUE value IS 12 (5.08% from 255) = 4.2%

R = 71.33%
G = 24.48%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC460C (or 0xCC460C) is known color: Rust. HEX triplet: CC, 46 and 0C. RGB value is (204,70,12). Sum of RGB (Red+Green+Blue) = 204+70+12=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC460C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC460C is #33B9F3. Grayscale: #676767. Windows color (decimal): -3389940 or 804556. OLE color: 804556.

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

Color convert

RGB 204 70 12 -
CMYK 0 0.66 0.94 0.2
HSL 18.13º 0.89% 0.42% -
HSV(B) 18.13º 0.94% 0.8% -
XYZ 27.16 17.24 2.24 -
YUV 103.45 76.39 199.72 -
System Red Green Blue C M Y K H S L
Decimal 204 70 12 0 0.66 0.94 0.2 18.13 0.89 0.42
Hex CC 46 C 0 42 5E 14 12 59 2A
Octal 314 106 14 0 102 136 24 22 131 52
Binary 11001100 1000110 1100 0 1000010 1011110 10100 10010 1011001 101010

Color Harmonies of #CC460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC460C

Black with #CC460C

Text Example


Text Example

White with #CC460C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC460C; }

 p { color: rgb(204,70,12); }

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

background-color css

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

 a { background-color: rgb(204,70,12); }

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

border-color css

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

 span { border-color: rgb(204,70,12); }

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