Html Css Color HEX #CC460D Rust

📋 copy color: '#CC460D'

red 204 ◦ green 70 ◦ blue 13

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

Shades of Rust #CC460D

Tints of Rust #CC460D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.53%

R = 71.08%
G = 24.39%
B = 4.53%

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

#CC460D (or 0xCC460D) is known color: Rust. HEX triplet: CC, 46 and 0D. RGB value is (204,70,13). Sum of RGB (Red+Green+Blue) = 204+70+13=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC460D is #33B9F2. Grayscale: #676767. Windows color (decimal): -3389939 or 870092. OLE color: 870092.

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

Color convert

RGB 204 70 13 -
CMYK 0 0.66 0.94 0.2
HSL 17.91º 0.88% 0.43% -
HSV(B) 17.91º 0.94% 0.8% -
XYZ 27.16 17.25 2.28 -
YUV 103.57 76.89 199.63 -
System Red Green Blue C M Y K H S L
Decimal 204 70 13 0 0.66 0.94 0.2 17.91 0.88 0.43
Hex CC 46 D 0 42 5E 14 12 58 2B
Octal 314 106 15 0 102 136 24 22 130 53
Binary 11001100 1000110 1101 0 1000010 1011110 10100 10010 1011000 101011

Color Harmonies of #CC460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC460D

Black with #CC460D

Text Example


Text Example

White with #CC460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC460D; }

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

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

background-color css

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

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

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

border-color css

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

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

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