Html Css Color HEX #B7501C Rust

📋 copy color: '#B7501C'

red 183 ◦ green 80 ◦ blue 28

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

Shades of Rust #B7501C

Tints of Rust #B7501C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.62%

R = 62.89%
G = 27.49%
B = 9.62%

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

#B7501C (or 0xB7501C) is known color: Rust. HEX triplet: B7, 50 and 1C. RGB value is (183,80,28). Sum of RGB (Red+Green+Blue) = 183+80+28=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B7501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7501C is #48AFE3. Grayscale: #696969. Windows color (decimal): -4763620 or 1855671. OLE color: 1855671.

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

Color convert

RGB 183 80 28 -
CMYK 0 0.56 0.85 0.28
HSL 20.13º 0.73% 0.41% -
HSV(B) 20.13º 0.85% 0.72% -
XYZ 22.61 15.89 2.97 -
YUV 104.87 84.62 183.73 -
System Red Green Blue C M Y K H S L
Decimal 183 80 28 0 0.56 0.85 0.28 20.13 0.73 0.41
Hex B7 50 1C 0 38 55 1C 14 49 29
Octal 267 120 34 0 70 125 34 24 111 51
Binary 10110111 1010000 11100 0 111000 1010101 11100 10100 1001001 101001

Color Harmonies of #B7501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7501C

Black with #B7501C

Text Example


Text Example

White with #B7501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7501C; }

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

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

background-color css

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

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

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

border-color css

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

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

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