Html Css Color HEX #B7510C Rust

📋 copy color: '#B7510C'

red 183 ◦ green 81 ◦ blue 12

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

Shades of Rust #B7510C

Tints of Rust #B7510C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.35%

R = 66.3%
G = 29.35%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7510C (or 0xB7510C) is known color: Rust. HEX triplet: B7, 51 and 0C. RGB value is (183,81,12). Sum of RGB (Red+Green+Blue) = 183+81+12=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B7510C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7510C is #48AEF3. Grayscale: #686868. Windows color (decimal): -4763380 or 807351. OLE color: 807351.

HSL color Cylindrical-coordinate representation of color #B7510C: hue angle of 24.21º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7510C is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 81 12 -
CMYK 0 0.56 0.93 0.28
HSL 24.21º 0.88% 0.38% -
HSV(B) 24.21º 0.93% 0.72% -
XYZ 22.54 15.98 2.24 -
YUV 103.63 76.29 184.61 -
System Red Green Blue C M Y K H S L
Decimal 183 81 12 0 0.56 0.93 0.28 24.21 0.88 0.38
Hex B7 51 C 0 38 5D 1C 18 58 26
Octal 267 121 14 0 70 135 34 30 130 46
Binary 10110111 1010001 1100 0 111000 1011101 11100 11000 1011000 100110

Color Harmonies of #B7510C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7510C

Black with #B7510C

Text Example


Text Example

White with #B7510C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7510C; }

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

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

background-color css

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

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

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

border-color css

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

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

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