Html Css Color HEX #B7460F Rust

📋 copy color: '#B7460F'

red 183 ◦ green 70 ◦ blue 15

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

Shades of Rust #B7460F

Tints of Rust #B7460F

RGB

 RED value IS 183 (71.88% from 255) = 68.28%

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

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

R = 68.28%
G = 26.12%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7460F (or 0xB7460F) is known color: Rust. HEX triplet: B7, 46 and 0F. RGB value is (183,70,15). Sum of RGB (Red+Green+Blue) = 183+70+15=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B7460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7460F is #48B9F0. Grayscale: #616161. Windows color (decimal): -4766193 or 1001143. OLE color: 1001143.

HSL color Cylindrical-coordinate representation of color #B7460F: hue angle of 19.64º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7460F is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 70 15 -
CMYK 0 0.62 0.92 0.28
HSL 19.64º 0.85% 0.39% -
HSV(B) 19.64º 0.92% 0.72% -
XYZ 21.8 14.48 2.1 -
YUV 97.52 81.44 188.97 -
System Red Green Blue C M Y K H S L
Decimal 183 70 15 0 0.62 0.92 0.28 19.64 0.85 0.39
Hex B7 46 F 0 3E 5C 1C 14 55 27
Octal 267 106 17 0 76 134 34 24 125 47
Binary 10110111 1000110 1111 0 111110 1011100 11100 10100 1010101 100111

Color Harmonies of #B7460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7460F

Black with #B7460F

Text Example


Text Example

White with #B7460F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7460F; }

 p { color: rgb(183,70,15); }

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

background-color css

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

 a { background-color: rgb(183,70,15); }

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

border-color css

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

 span { border-color: rgb(183,70,15); }

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