Html Css Color HEX #B54C01 Rust

📋 copy color: '#B54C01'

red 181 ◦ green 76 ◦ blue 1

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

Shades of Rust #B54C01

Tints of Rust #B54C01

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.46%

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

R = 70.16%
G = 29.46%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B54C01 (or 0xB54C01) is known color: Rust. HEX triplet: B5, 4C and 01. RGB value is (181,76,1). Sum of RGB (Red+Green+Blue) = 181+76+1=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54C01 is #4AB3FE. Grayscale: #636363. Windows color (decimal): -4895743 or 85173. OLE color: 85173.

HSL color Cylindrical-coordinate representation of color #B54C01: hue angle of 25º 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 #B54C01 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 76 1 -
CMYK 0 0.58 0.99 0.29
HSL 25º 0.99% 0.36% -
HSV(B) 25º 0.99% 0.71% -
XYZ 21.65 14.99 1.78 -
YUV 98.85 72.79 186.6 -
System Red Green Blue C M Y K H S L
Decimal 181 76 1 0 0.58 0.99 0.29 25 0.99 0.36
Hex B5 4C 1 0 3A 63 1D 19 63 24
Octal 265 114 1 0 72 143 35 31 143 44
Binary 10110101 1001100 1 0 111010 1100011 11101 11001 1100011 100100

Color Harmonies of #B54C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54C01

Black with #B54C01

Text Example


Text Example

White with #B54C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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