Html Css Color HEX #B54C11 Rust

📋 copy color: '#B54C11'

red 181 ◦ green 76 ◦ blue 17

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

Shades of Rust #B54C11

Tints of Rust #B54C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.2%

R = 66.06%
G = 27.74%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B54C11 (or 0xB54C11) is known color: Rust. HEX triplet: B5, 4C and 11. RGB value is (181,76,17). Sum of RGB (Red+Green+Blue) = 181+76+17=274 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.06% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54C11 is #4AB3EE. Grayscale: #656565. Windows color (decimal): -4895727 or 1133749. OLE color: 1133749.

HSL color Cylindrical-coordinate representation of color #B54C11: hue angle of 21.59º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B54C11 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 76 17 -
CMYK 0 0.58 0.91 0.29
HSL 21.59º 0.83% 0.39% -
HSV(B) 21.59º 0.91% 0.71% -
XYZ 21.74 15.03 2.29 -
YUV 100.67 80.79 185.3 -
System Red Green Blue C M Y K H S L
Decimal 181 76 17 0 0.58 0.91 0.29 21.59 0.83 0.39
Hex B5 4C 11 0 3A 5B 1D 16 53 27
Octal 265 114 21 0 72 133 35 26 123 47
Binary 10110101 1001100 10001 0 111010 1011011 11101 10110 1010011 100111

Color Harmonies of #B54C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54C11

Black with #B54C11

Text Example


Text Example

White with #B54C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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