Html Css Color HEX #CC470C Rust

📋 copy color: '#CC470C'

red 204 ◦ green 71 ◦ blue 12

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

Shades of Rust #CC470C

Tints of Rust #CC470C

RGB

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

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

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

R = 71.08%
G = 24.74%
B = 4.18%

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

#CC470C (or 0xCC470C) is known color: Rust. HEX triplet: CC, 47 and 0C. RGB value is (204,71,12). Sum of RGB (Red+Green+Blue) = 204+71+12=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC470C is #33B8F3. Grayscale: #686868. Windows color (decimal): -3389684 or 804812. OLE color: 804812.

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

Color convert

RGB 204 71 12 -
CMYK 0 0.65 0.94 0.2
HSL 18.44º 0.89% 0.42% -
HSV(B) 18.44º 0.94% 0.8% -
XYZ 27.22 17.37 2.27 -
YUV 104.04 76.06 199.3 -
System Red Green Blue C M Y K H S L
Decimal 204 71 12 0 0.65 0.94 0.2 18.44 0.89 0.42
Hex CC 47 C 0 41 5E 14 12 59 2A
Octal 314 107 14 0 101 136 24 22 131 52
Binary 11001100 1000111 1100 0 1000001 1011110 10100 10010 1011001 101010

Color Harmonies of #CC470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC470C

Black with #CC470C

Text Example


Text Example

White with #CC470C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC470C; }

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

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

background-color css

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

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

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

border-color css

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

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

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