Html Css Color HEX #CC480E Rust

📋 copy color: '#CC480E'

red 204 ◦ green 72 ◦ blue 14

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

Shades of Rust #CC480E

Tints of Rust #CC480E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.83%

 BLUE value IS 14 (5.86% from 255) = 4.83%

R = 70.34%
G = 24.83%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC480E (or 0xCC480E) is known color: Rust. HEX triplet: CC, 48 and 0E. RGB value is (204,72,14). Sum of RGB (Red+Green+Blue) = 204+72+14=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC480E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC480E is #33B7F1. Grayscale: #696969. Windows color (decimal): -3389426 or 936140. OLE color: 936140.

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

Color convert

RGB 204 72 14 -
CMYK 0 0.65 0.93 0.2
HSL 18.32º 0.87% 0.43% -
HSV(B) 18.32º 0.93% 0.8% -
XYZ 27.3 17.5 2.36 -
YUV 104.86 76.73 198.72 -
System Red Green Blue C M Y K H S L
Decimal 204 72 14 0 0.65 0.93 0.2 18.32 0.87 0.43
Hex CC 48 E 0 41 5D 14 12 57 2B
Octal 314 110 16 0 101 135 24 22 127 53
Binary 11001100 1001000 1110 0 1000001 1011101 10100 10010 1010111 101011

Color Harmonies of #CC480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC480E

Black with #CC480E

Text Example


Text Example

White with #CC480E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC480E; }

 p { color: rgb(204,72,14); }

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

background-color css

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

 a { background-color: rgb(204,72,14); }

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

border-color css

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

 span { border-color: rgb(204,72,14); }

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