Html Css Color HEX #B7540D Rust

📋 copy color: '#B7540D'

red 183 ◦ green 84 ◦ blue 13

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

Shades of Rust #B7540D

Tints of Rust #B7540D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.64%

R = 65.36%
G = 30%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7540D (or 0xB7540D) is known color: Rust. HEX triplet: B7, 54 and 0D. RGB value is (183,84,13). Sum of RGB (Red+Green+Blue) = 183+84+13=280 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.36% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 183 - color contains mainly: red. Hex color #B7540D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7540D is #48ABF2. Grayscale: #696969. Windows color (decimal): -4762611 or 873655. OLE color: 873655.

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

Color convert

RGB 183 84 13 -
CMYK 0 0.54 0.93 0.28
HSL 25.06º 0.87% 0.38% -
HSV(B) 25.06º 0.93% 0.72% -
XYZ 22.77 16.44 2.35 -
YUV 105.51 75.8 183.27 -
System Red Green Blue C M Y K H S L
Decimal 183 84 13 0 0.54 0.93 0.28 25.06 0.87 0.38
Hex B7 54 D 0 36 5D 1C 19 57 26
Octal 267 124 15 0 66 135 34 31 127 46
Binary 10110111 1010100 1101 0 110110 1011101 11100 11001 1010111 100110

Color Harmonies of #B7540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7540D

Black with #B7540D

Text Example


Text Example

White with #B7540D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7540D; }

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

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

background-color css

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

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

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

border-color css

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

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

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