Html Css Color HEX #B7540A Rust

📋 copy color: '#B7540A'

red 183 ◦ green 84 ◦ blue 10

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

Shades of Rust #B7540A

Tints of Rust #B7540A

RGB

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

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

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

R = 66.06%
G = 30.32%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B7540A (or 0xB7540A) is known color: Rust. HEX triplet: B7, 54 and 0A. RGB value is (183,84,10). Sum of RGB (Red+Green+Blue) = 183+84+10=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B7540A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7540A is #48ABF5. Grayscale: #696969. Windows color (decimal): -4762614 or 677047. OLE color: 677047.

HSL color Cylindrical-coordinate representation of color #B7540A: hue angle of 25.66º 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 #B7540A is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 84 10 -
CMYK 0 0.54 0.95 0.28
HSL 25.66º 0.9% 0.38% -
HSV(B) 25.66º 0.95% 0.72% -
XYZ 22.75 16.43 2.26 -
YUV 105.17 74.3 183.52 -
System Red Green Blue C M Y K H S L
Decimal 183 84 10 0 0.54 0.95 0.28 25.66 0.9 0.38
Hex B7 54 A 0 36 5F 1C 1A 5A 26
Octal 267 124 12 0 66 137 34 32 132 46
Binary 10110111 1010100 1010 0 110110 1011111 11100 11010 1011010 100110

Color Harmonies of #B7540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7540A

Black with #B7540A

Text Example


Text Example

White with #B7540A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7540A; }

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

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

background-color css

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

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

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

border-color css

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

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

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