Html Css Color HEX #C8480C Rust

📋 copy color: '#C8480C'

red 200 ◦ green 72 ◦ blue 12

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

Shades of Rust #C8480C

Tints of Rust #C8480C

RGB

 RED value IS 200 (78.52% from 255) = 70.42%

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

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

R = 70.42%
G = 25.35%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8480C (or 0xC8480C) is known color: Rust. HEX triplet: C8, 48 and 0C. RGB value is (200,72,12). Sum of RGB (Red+Green+Blue) = 200+72+12=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C8480C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8480C is #37B7F3. Grayscale: #676767. Windows color (decimal): -3651572 or 805064. OLE color: 805064.

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

Color convert

RGB 200 72 12 -
CMYK 0 0.64 0.94 0.22
HSL 19.15º 0.89% 0.42% -
HSV(B) 19.15º 0.94% 0.78% -
XYZ 26.2 16.94 2.24 -
YUV 103.43 76.41 196.88 -
System Red Green Blue C M Y K H S L
Decimal 200 72 12 0 0.64 0.94 0.22 19.15 0.89 0.42
Hex C8 48 C 0 40 5E 16 13 59 2A
Octal 310 110 14 0 100 136 26 23 131 52
Binary 11001000 1001000 1100 0 1000000 1011110 10110 10011 1011001 101010

Color Harmonies of #C8480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8480C

Black with #C8480C

Text Example


Text Example

White with #C8480C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8480C; }

 p { color: rgb(200,72,12); }

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

background-color css

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

 a { background-color: rgb(200,72,12); }

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

border-color css

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

 span { border-color: rgb(200,72,12); }

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