Html Css Color HEX #B7510E Rust

📋 copy color: '#B7510E'

red 183 ◦ green 81 ◦ blue 14

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

Shades of Rust #B7510E

Tints of Rust #B7510E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.04%

R = 65.83%
G = 29.14%
B = 5.04%

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

#B7510E (or 0xB7510E) is known color: Rust. HEX triplet: B7, 51 and 0E. RGB value is (183,81,14). Sum of RGB (Red+Green+Blue) = 183+81+14=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B7510E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7510E is #48AEF1. Grayscale: #686868. Windows color (decimal): -4763378 or 938423. OLE color: 938423.

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

Color convert

RGB 183 81 14 -
CMYK 0 0.56 0.92 0.28
HSL 23.79º 0.86% 0.39% -
HSV(B) 23.79º 0.92% 0.72% -
XYZ 22.55 15.98 2.31 -
YUV 103.86 77.29 184.45 -
System Red Green Blue C M Y K H S L
Decimal 183 81 14 0 0.56 0.92 0.28 23.79 0.86 0.39
Hex B7 51 E 0 38 5C 1C 18 56 27
Octal 267 121 16 0 70 134 34 30 126 47
Binary 10110111 1010001 1110 0 111000 1011100 11100 11000 1010110 100111

Color Harmonies of #B7510E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7510E

Black with #B7510E

Text Example


Text Example

White with #B7510E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7510E; }

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

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

background-color css

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

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

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

border-color css

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

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

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