Html Css Color HEX #C6470B Rust

📋 copy color: '#C6470B'

red 198 ◦ green 71 ◦ blue 11

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

Shades of Rust #C6470B

Tints of Rust #C6470B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.36%

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

R = 70.71%
G = 25.36%
B = 3.93%

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

#C6470B (or 0xC6470B) is known color: Rust. HEX triplet: C6, 47 and 0B. RGB value is (198,71,11). Sum of RGB (Red+Green+Blue) = 198+71+11=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C6470B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6470B is #39B8F4. Grayscale: #666666. Windows color (decimal): -3782901 or 739270. OLE color: 739270.

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

Color convert

RGB 198 71 11 -
CMYK 0 0.64 0.94 0.22
HSL 19.25º 0.89% 0.41% -
HSV(B) 19.25º 0.94% 0.78% -
XYZ 25.6 16.54 2.16 -
YUV 102.13 76.58 196.38 -
System Red Green Blue C M Y K H S L
Decimal 198 71 11 0 0.64 0.94 0.22 19.25 0.89 0.41
Hex C6 47 B 0 40 5E 16 13 59 29
Octal 306 107 13 0 100 136 26 23 131 51
Binary 11000110 1000111 1011 0 1000000 1011110 10110 10011 1011001 101001

Color Harmonies of #C6470B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6470B

Black with #C6470B

Text Example


Text Example

White with #C6470B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6470B; }

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

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

background-color css

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

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

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

border-color css

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

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

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