Html Css Color HEX #B54807 Rust

📋 copy color: '#B54807'

red 181 ◦ green 72 ◦ blue 7

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

Shades of Rust #B54807

Tints of Rust #B54807

RGB

 RED value IS 181 (71.09% from 255) = 69.62%

 GREEN value IS 72 (28.52% from 255) = 27.69%

 BLUE value IS 7 (3.13% from 255) = 2.69%

R = 69.62%
G = 27.69%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B54807 (or 0xB54807) is known color: Rust. HEX triplet: B5, 48 and 07. RGB value is (181,72,7). Sum of RGB (Red+Green+Blue) = 181+72+7=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B54807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54807 is #4AB7F8. Grayscale: #616161. Windows color (decimal): -4896761 or 477365. OLE color: 477365.

HSL color Cylindrical-coordinate representation of color #B54807: hue angle of 22.41º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B54807 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 72 7 -
CMYK 0 0.60 0.96 0.29
HSL 22.41º 0.93% 0.37% -
HSV(B) 22.41º 0.96% 0.71% -
XYZ 21.41 14.47 1.87 -
YUV 97.18 77.11 187.79 -
System Red Green Blue C M Y K H S L
Decimal 181 72 7 0 0.60 0.96 0.29 22.41 0.93 0.37
Hex B5 48 7 0 3C 60 1D 16 5D 25
Octal 265 110 7 0 74 140 35 26 135 45
Binary 10110101 1001000 111 0 111100 1100000 11101 10110 1011101 100101

Color Harmonies of #B54807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54807

Black with #B54807

Text Example


Text Example

White with #B54807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54807; }

 p { color: rgb(181,72,7); }

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

background-color css

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

 a { background-color: rgb(181,72,7); }

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

border-color css

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

 span { border-color: rgb(181,72,7); }

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