Html Css Color HEX #C6480B Rust

📋 copy color: '#C6480B'

red 198 ◦ green 72 ◦ blue 11

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

Shades of Rust #C6480B

Tints of Rust #C6480B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.91%

R = 70.46%
G = 25.62%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6480B (or 0xC6480B) is known color: Rust. HEX triplet: C6, 48 and 0B. RGB value is (198,72,11). Sum of RGB (Red+Green+Blue) = 198+72+11=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C6480B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6480B is #39B7F4. Grayscale: #676767. Windows color (decimal): -3782645 or 739526. OLE color: 739526.

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

Color convert

RGB 198 72 11 -
CMYK 0 0.64 0.94 0.22
HSL 19.57º 0.89% 0.41% -
HSV(B) 19.57º 0.94% 0.78% -
XYZ 25.67 16.66 2.18 -
YUV 102.72 76.24 195.96 -
System Red Green Blue C M Y K H S L
Decimal 198 72 11 0 0.64 0.94 0.22 19.57 0.89 0.41
Hex C6 48 B 0 40 5E 16 14 59 29
Octal 306 110 13 0 100 136 26 24 131 51
Binary 11000110 1001000 1011 0 1000000 1011110 10110 10100 1011001 101001

Color Harmonies of #C6480B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6480B

Black with #C6480B

Text Example


Text Example

White with #C6480B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6480B; }

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

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

background-color css

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

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

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

border-color css

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

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

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