Html Css Color HEX #B7501A Rust

📋 copy color: '#B7501A'

red 183 ◦ green 80 ◦ blue 26

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

Shades of Rust #B7501A

Tints of Rust #B7501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.68%

 BLUE value IS 26 (10.55% from 255) = 9%

R = 63.32%
G = 27.68%
B = 9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B7501A (or 0xB7501A) is known color: Rust. HEX triplet: B7, 50 and 1A. RGB value is (183,80,26). Sum of RGB (Red+Green+Blue) = 183+80+26=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B7501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7501A is #48AFE5. Grayscale: #686868. Windows color (decimal): -4763622 or 1724599. OLE color: 1724599.

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

Color convert

RGB 183 80 26 -
CMYK 0 0.56 0.86 0.28
HSL 20.64º 0.75% 0.41% -
HSV(B) 20.64º 0.86% 0.72% -
XYZ 22.58 15.88 2.85 -
YUV 104.64 83.62 183.89 -
System Red Green Blue C M Y K H S L
Decimal 183 80 26 0 0.56 0.86 0.28 20.64 0.75 0.41
Hex B7 50 1A 0 38 56 1C 15 4B 29
Octal 267 120 32 0 70 126 34 25 113 51
Binary 10110111 1010000 11010 0 111000 1010110 11100 10101 1001011 101001

Color Harmonies of #B7501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7501A

Black with #B7501A

Text Example


Text Example

White with #B7501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7501A; }

 p { color: rgb(183,80,26); }

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

background-color css

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

 a { background-color: rgb(183,80,26); }

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

border-color css

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

 span { border-color: rgb(183,80,26); }

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