Html Css Color HEX #B7540B Rust

📋 copy color: '#B7540B'

red 183 ◦ green 84 ◦ blue 11

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

Shades of Rust #B7540B

Tints of Rust #B7540B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.22%

 BLUE value IS 11 (4.69% from 255) = 3.96%

R = 65.83%
G = 30.22%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B7540B (or 0xB7540B) is known color: Rust. HEX triplet: B7, 54 and 0B. RGB value is (183,84,11). Sum of RGB (Red+Green+Blue) = 183+84+11=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B7540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7540B is #48ABF4. Grayscale: #696969. Windows color (decimal): -4762613 or 742583. OLE color: 742583.

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

Color convert

RGB 183 84 11 -
CMYK 0 0.54 0.94 0.28
HSL 25.47º 0.89% 0.38% -
HSV(B) 25.47º 0.94% 0.72% -
XYZ 22.76 16.43 2.29 -
YUV 105.28 74.8 183.44 -
System Red Green Blue C M Y K H S L
Decimal 183 84 11 0 0.54 0.94 0.28 25.47 0.89 0.38
Hex B7 54 B 0 36 5E 1C 19 59 26
Octal 267 124 13 0 66 136 34 31 131 46
Binary 10110111 1010100 1011 0 110110 1011110 11100 11001 1011001 100110

Color Harmonies of #B7540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7540B

Black with #B7540B

Text Example


Text Example

White with #B7540B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7540B; }

 p { color: rgb(183,84,11); }

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

background-color css

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

 a { background-color: rgb(183,84,11); }

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

border-color css

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

 span { border-color: rgb(183,84,11); }

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