Html Css Color HEX #CC470D Rust

📋 copy color: '#CC470D'

red 204 ◦ green 71 ◦ blue 13

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

Shades of Rust #CC470D

Tints of Rust #CC470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.65%

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

R = 70.83%
G = 24.65%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC470D (or 0xCC470D) is known color: Rust. HEX triplet: CC, 47 and 0D. RGB value is (204,71,13). Sum of RGB (Red+Green+Blue) = 204+71+13=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC470D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC470D is #33B8F2. Grayscale: #686868. Windows color (decimal): -3389683 or 870348. OLE color: 870348.

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

Color convert

RGB 204 71 13 -
CMYK 0 0.65 0.94 0.2
HSL 18.22º 0.88% 0.43% -
HSV(B) 18.22º 0.94% 0.8% -
XYZ 27.23 17.37 2.3 -
YUV 104.16 76.56 199.22 -
System Red Green Blue C M Y K H S L
Decimal 204 71 13 0 0.65 0.94 0.2 18.22 0.88 0.43
Hex CC 47 D 0 41 5E 14 12 58 2B
Octal 314 107 15 0 101 136 24 22 130 53
Binary 11001100 1000111 1101 0 1000001 1011110 10100 10010 1011000 101011

Color Harmonies of #CC470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC470D

Black with #CC470D

Text Example


Text Example

White with #CC470D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC470D; }

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

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

background-color css

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

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

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

border-color css

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

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

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