Html Css Color HEX #C0480D Rust

📋 copy color: '#C0480D'

red 192 ◦ green 72 ◦ blue 13

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

Shades of Rust #C0480D

Tints of Rust #C0480D

RGB

 RED value IS 192 (75.39% from 255) = 69.31%

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

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

R = 69.31%
G = 25.99%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0480D (or 0xC0480D) is known color: Rust. HEX triplet: C0, 48 and 0D. RGB value is (192,72,13). Sum of RGB (Red+Green+Blue) = 192+72+13=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C0480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0480D is #3FB7F2. Grayscale: #656565. Windows color (decimal): -4175859 or 870592. OLE color: 870592.

HSL color Cylindrical-coordinate representation of color #C0480D: hue angle of 19.78º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0480D is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 72 13 -
CMYK 0 0.63 0.93 0.25
HSL 19.78º 0.87% 0.4% -
HSV(B) 19.78º 0.93% 0.75% -
XYZ 24.13 15.87 2.17 -
YUV 101.15 78.26 192.8 -
System Red Green Blue C M Y K H S L
Decimal 192 72 13 0 0.63 0.93 0.25 19.78 0.87 0.4
Hex C0 48 D 0 3F 5D 19 14 57 28
Octal 300 110 15 0 77 135 31 24 127 50
Binary 11000000 1001000 1101 0 111111 1011101 11001 10100 1010111 101000

Color Harmonies of #C0480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0480D

Black with #C0480D

Text Example


Text Example

White with #C0480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0480D; }

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

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

background-color css

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

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

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

border-color css

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

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

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