Html Css Color HEX #C6480D Rust

📋 copy color: '#C6480D'

red 198 ◦ green 72 ◦ blue 13

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

Shades of Rust #C6480D

Tints of Rust #C6480D

RGB

 RED value IS 198 (77.73% from 255) = 69.96%

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

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

R = 69.96%
G = 25.44%
B = 4.59%

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

#C6480D (or 0xC6480D) is known color: Rust. HEX triplet: C6, 48 and 0D. RGB value is (198,72,13). Sum of RGB (Red+Green+Blue) = 198+72+13=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C6480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6480D is #39B7F2. Grayscale: #676767. Windows color (decimal): -3782643 or 870598. OLE color: 870598.

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

Color convert

RGB 198 72 13 -
CMYK 0 0.64 0.93 0.22
HSL 19.14º 0.88% 0.41% -
HSV(B) 19.14º 0.93% 0.78% -
XYZ 25.68 16.67 2.24 -
YUV 102.95 77.24 195.8 -
System Red Green Blue C M Y K H S L
Decimal 198 72 13 0 0.64 0.93 0.22 19.14 0.88 0.41
Hex C6 48 D 0 40 5D 16 13 58 29
Octal 306 110 15 0 100 135 26 23 130 51
Binary 11000110 1001000 1101 0 1000000 1011101 10110 10011 1011000 101001

Color Harmonies of #C6480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6480D

Black with #C6480D

Text Example


Text Example

White with #C6480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6480D; }

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

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

background-color css

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

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

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

border-color css

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

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

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