Html Css Color HEX #B54311 Rust

📋 copy color: '#B54311'

red 181 ◦ green 67 ◦ blue 17

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

Shades of Rust #B54311

Tints of Rust #B54311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.28%

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

R = 68.3%
G = 25.28%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B54311 (or 0xB54311) is known color: Rust. HEX triplet: B5, 43 and 11. RGB value is (181,67,17). Sum of RGB (Red+Green+Blue) = 181+67+17=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B54311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54311 is #4ABCEE. Grayscale: #5F5F5F. Windows color (decimal): -4898031 or 1131445. OLE color: 1131445.

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

Color convert

RGB 181 67 17 -
CMYK 0 0.63 0.91 0.29
HSL 18.29º 0.83% 0.39% -
HSV(B) 18.29º 0.91% 0.71% -
XYZ 21.16 13.88 2.09 -
YUV 95.39 83.77 189.07 -
System Red Green Blue C M Y K H S L
Decimal 181 67 17 0 0.63 0.91 0.29 18.29 0.83 0.39
Hex B5 43 11 0 3F 5B 1D 12 53 27
Octal 265 103 21 0 77 133 35 22 123 47
Binary 10110101 1000011 10001 0 111111 1011011 11101 10010 1010011 100111

Color Harmonies of #B54311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54311

Black with #B54311

Text Example


Text Example

White with #B54311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54311; }

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

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

background-color css

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

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

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

border-color css

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

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

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