Html Css Color HEX #C7480D Rust

📋 copy color: '#C7480D'

red 199 ◦ green 72 ◦ blue 13

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

Shades of Rust #C7480D

Tints of Rust #C7480D

RGB

 RED value IS 199 (78.13% from 255) = 70.07%

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

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

R = 70.07%
G = 25.35%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C7480D (or 0xC7480D) is known color: Rust. HEX triplet: C7, 48 and 0D. RGB value is (199,72,13). Sum of RGB (Red+Green+Blue) = 199+72+13=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C7480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7480D is #38B7F2. Grayscale: #676767. Windows color (decimal): -3717107 or 870599. OLE color: 870599.

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

Color convert

RGB 199 72 13 -
CMYK 0 0.64 0.93 0.22
HSL 19.03º 0.88% 0.42% -
HSV(B) 19.03º 0.93% 0.78% -
XYZ 25.94 16.81 2.26 -
YUV 103.25 77.08 196.3 -
System Red Green Blue C M Y K H S L
Decimal 199 72 13 0 0.64 0.93 0.22 19.03 0.88 0.42
Hex C7 48 D 0 40 5D 16 13 58 2A
Octal 307 110 15 0 100 135 26 23 130 52
Binary 11000111 1001000 1101 0 1000000 1011101 10110 10011 1011000 101010

Color Harmonies of #C7480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7480D

Black with #C7480D

Text Example


Text Example

White with #C7480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7480D; }

 p { color: rgb(199,72,13); }

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

background-color css

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

 a { background-color: rgb(199,72,13); }

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

border-color css

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

 span { border-color: rgb(199,72,13); }

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