Html Css Color HEX #B54801 Rust

📋 copy color: '#B54801'

red 181 ◦ green 72 ◦ blue 1

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

Shades of Rust #B54801

Tints of Rust #B54801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 71.26%
G = 28.35%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B54801 (or 0xB54801) is known color: Rust. HEX triplet: B5, 48 and 01. RGB value is (181,72,1). Sum of RGB (Red+Green+Blue) = 181+72+1=254 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.26% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 181 - color contains mainly: red. Hex color #B54801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54801 is #4AB7FE. Grayscale: #606060. Windows color (decimal): -4896767 or 84149. OLE color: 84149.

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

Color convert

RGB 181 72 1 -
CMYK 0 0.60 0.99 0.29
HSL 23.67º 0.99% 0.36% -
HSV(B) 23.67º 0.99% 0.71% -
XYZ 21.38 14.46 1.69 -
YUV 96.5 74.11 188.27 -
System Red Green Blue C M Y K H S L
Decimal 181 72 1 0 0.60 0.99 0.29 23.67 0.99 0.36
Hex B5 48 1 0 3C 63 1D 18 63 24
Octal 265 110 1 0 74 143 35 30 143 44
Binary 10110101 1001000 1 0 111100 1100011 11101 11000 1100011 100100

Color Harmonies of #B54801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54801

Black with #B54801

Text Example


Text Example

White with #B54801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54801; }

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

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

background-color css

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

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

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

border-color css

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

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

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