Html Css Color HEX #C6480F Rust

📋 copy color: '#C6480F'

red 198 ◦ green 72 ◦ blue 15

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

Shades of Rust #C6480F

Tints of Rust #C6480F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.26%

R = 69.47%
G = 25.26%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C6480F (or 0xC6480F) is known color: Rust. HEX triplet: C6, 48 and 0F. RGB value is (198,72,15). Sum of RGB (Red+Green+Blue) = 198+72+15=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C6480F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6480F is #39B7F0. Grayscale: #676767. Windows color (decimal): -3782641 or 1001670. OLE color: 1001670.

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

Color convert

RGB 198 72 15 -
CMYK 0 0.64 0.92 0.22
HSL 18.69º 0.86% 0.42% -
HSV(B) 18.69º 0.92% 0.78% -
XYZ 25.69 16.67 2.32 -
YUV 103.18 78.24 195.63 -
System Red Green Blue C M Y K H S L
Decimal 198 72 15 0 0.64 0.92 0.22 18.69 0.86 0.42
Hex C6 48 F 0 40 5C 16 13 56 2A
Octal 306 110 17 0 100 134 26 23 126 52
Binary 11000110 1001000 1111 0 1000000 1011100 10110 10011 1010110 101010

Color Harmonies of #C6480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6480F

Black with #C6480F

Text Example


Text Example

White with #C6480F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6480F; }

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

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

background-color css

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

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

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

border-color css

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

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

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