Html Css Color HEX #B7510F Rust

📋 copy color: '#B7510F'

red 183 ◦ green 81 ◦ blue 15

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

Shades of Rust #B7510F

Tints of Rust #B7510F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.03%

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

R = 65.59%
G = 29.03%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7510F (or 0xB7510F) is known color: Rust. HEX triplet: B7, 51 and 0F. RGB value is (183,81,15). Sum of RGB (Red+Green+Blue) = 183+81+15=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B7510F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7510F is #48AEF0. Grayscale: #686868. Windows color (decimal): -4763377 or 1003959. OLE color: 1003959.

HSL color Cylindrical-coordinate representation of color #B7510F: hue angle of 23.57º 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 #B7510F is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 81 15 -
CMYK 0 0.56 0.92 0.28
HSL 23.57º 0.85% 0.39% -
HSV(B) 23.57º 0.92% 0.72% -
XYZ 22.56 15.99 2.35 -
YUV 103.97 77.79 184.37 -
System Red Green Blue C M Y K H S L
Decimal 183 81 15 0 0.56 0.92 0.28 23.57 0.85 0.39
Hex B7 51 F 0 38 5C 1C 18 55 27
Octal 267 121 17 0 70 134 34 30 125 47
Binary 10110111 1010001 1111 0 111000 1011100 11100 11000 1010101 100111

Color Harmonies of #B7510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7510F

Black with #B7510F

Text Example


Text Example

White with #B7510F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7510F; }

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

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

background-color css

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

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

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

border-color css

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

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

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