Html Css Color HEX #C0460D Rust

📋 copy color: '#C0460D'

red 192 ◦ green 70 ◦ blue 13

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

Shades of Rust #C0460D

Tints of Rust #C0460D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.45%

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

R = 69.82%
G = 25.45%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0460D (or 0xC0460D) is known color: Rust. HEX triplet: C0, 46 and 0D. RGB value is (192,70,13). Sum of RGB (Red+Green+Blue) = 192+70+13=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C0460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0460D is #3FB9F2. Grayscale: #646464. Windows color (decimal): -4176371 or 870080. OLE color: 870080.

HSL color Cylindrical-coordinate representation of color #C0460D: hue angle of 19.11º 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 #C0460D is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 70 13 -
CMYK 0 0.64 0.93 0.25
HSL 19.11º 0.87% 0.4% -
HSV(B) 19.11º 0.93% 0.75% -
XYZ 24 15.62 2.13 -
YUV 99.98 78.92 193.63 -
System Red Green Blue C M Y K H S L
Decimal 192 70 13 0 0.64 0.93 0.25 19.11 0.87 0.4
Hex C0 46 D 0 40 5D 19 13 57 28
Octal 300 106 15 0 100 135 31 23 127 50
Binary 11000000 1000110 1101 0 1000000 1011101 11001 10011 1010111 101000

Color Harmonies of #C0460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0460D

Black with #C0460D

Text Example


Text Example

White with #C0460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0460D; }

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

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

background-color css

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

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

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

border-color css

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

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

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