Html Css Color HEX #B7500A Rust

📋 copy color: '#B7500A'

red 183 ◦ green 80 ◦ blue 10

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

Shades of Rust #B7500A

Tints of Rust #B7500A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.66%

R = 67.03%
G = 29.3%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B7500A (or 0xB7500A) is known color: Rust. HEX triplet: B7, 50 and 0A. RGB value is (183,80,10). Sum of RGB (Red+Green+Blue) = 183+80+10=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B7500A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7500A is #48AFF5. Grayscale: #676767. Windows color (decimal): -4763638 or 676023. OLE color: 676023.

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

Color convert

RGB 183 80 10 -
CMYK 0 0.56 0.95 0.28
HSL 24.28º 0.9% 0.38% -
HSV(B) 24.28º 0.95% 0.72% -
XYZ 22.45 15.83 2.16 -
YUV 102.82 75.62 185.19 -
System Red Green Blue C M Y K H S L
Decimal 183 80 10 0 0.56 0.95 0.28 24.28 0.9 0.38
Hex B7 50 A 0 38 5F 1C 18 5A 26
Octal 267 120 12 0 70 137 34 30 132 46
Binary 10110111 1010000 1010 0 111000 1011111 11100 11000 1011010 100110

Color Harmonies of #B7500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7500A

Black with #B7500A

Text Example


Text Example

White with #B7500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7500A; }

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

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

background-color css

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

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

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

border-color css

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

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

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