Html Css Color HEX #B7501B Rust

📋 copy color: '#B7501B'

red 183 ◦ green 80 ◦ blue 27

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

Shades of Rust #B7501B

Tints of Rust #B7501B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.31%

R = 63.1%
G = 27.59%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7501B (or 0xB7501B) is known color: Rust. HEX triplet: B7, 50 and 1B. RGB value is (183,80,27). Sum of RGB (Red+Green+Blue) = 183+80+27=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B7501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7501B is #48AFE4. Grayscale: #696969. Windows color (decimal): -4763621 or 1790135. OLE color: 1790135.

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

Color convert

RGB 183 80 27 -
CMYK 0 0.56 0.85 0.28
HSL 20.38º 0.74% 0.41% -
HSV(B) 20.38º 0.85% 0.72% -
XYZ 22.59 15.88 2.91 -
YUV 104.76 84.12 183.81 -
System Red Green Blue C M Y K H S L
Decimal 183 80 27 0 0.56 0.85 0.28 20.38 0.74 0.41
Hex B7 50 1B 0 38 55 1C 14 4A 29
Octal 267 120 33 0 70 125 34 24 112 51
Binary 10110111 1010000 11011 0 111000 1010101 11100 10100 1001010 101001

Color Harmonies of #B7501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7501B

Black with #B7501B

Text Example


Text Example

White with #B7501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7501B; }

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

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

background-color css

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

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

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

border-color css

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

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

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