Html Css Color HEX #B7540F Rust

📋 copy color: '#B7540F'

red 183 ◦ green 84 ◦ blue 15

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

Shades of Rust #B7540F

Tints of Rust #B7540F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.32%

R = 64.89%
G = 29.79%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7540F (or 0xB7540F) is known color: Rust. HEX triplet: B7, 54 and 0F. RGB value is (183,84,15). Sum of RGB (Red+Green+Blue) = 183+84+15=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B7540F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7540F is #48ABF0. Grayscale: #6A6A6A. Windows color (decimal): -4762609 or 1004727. OLE color: 1004727.

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

Color convert

RGB 183 84 15 -
CMYK 0 0.54 0.92 0.28
HSL 24.64º 0.85% 0.39% -
HSV(B) 24.64º 0.92% 0.72% -
XYZ 22.78 16.44 2.42 -
YUV 105.74 76.8 183.11 -
System Red Green Blue C M Y K H S L
Decimal 183 84 15 0 0.54 0.92 0.28 24.64 0.85 0.39
Hex B7 54 F 0 36 5C 1C 19 55 27
Octal 267 124 17 0 66 134 34 31 125 47
Binary 10110111 1010100 1111 0 110110 1011100 11100 11001 1010101 100111

Color Harmonies of #B7540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7540F

Black with #B7540F

Text Example


Text Example

White with #B7540F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7540F; }

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

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

background-color css

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

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

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

border-color css

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

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

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