Html Css Color HEX #B54115 Rust

📋 copy color: '#B54115'

red 181 ◦ green 65 ◦ blue 21

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

Shades of Rust #B54115

Tints of Rust #B54115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.34%

 BLUE value IS 21 (8.59% from 255) = 7.87%

R = 67.79%
G = 24.34%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B54115 (or 0xB54115) is known color: Rust. HEX triplet: B5, 41 and 15. RGB value is (181,65,21). Sum of RGB (Red+Green+Blue) = 181+65+21=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B54115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54115 is #4ABEEA. Grayscale: #5E5E5E. Windows color (decimal): -4898539 or 1393077. OLE color: 1393077.

HSL color Cylindrical-coordinate representation of color #B54115: hue angle of 16.5º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B54115 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 65 21 -
CMYK 0 0.64 0.88 0.29
HSL 16.5º 0.79% 0.4% -
HSV(B) 16.5º 0.88% 0.71% -
XYZ 21.08 13.66 2.23 -
YUV 94.67 86.43 189.58 -
System Red Green Blue C M Y K H S L
Decimal 181 65 21 0 0.64 0.88 0.29 16.5 0.79 0.4
Hex B5 41 15 0 40 58 1D 10 4F 28
Octal 265 101 25 0 100 130 35 20 117 50
Binary 10110101 1000001 10101 0 1000000 1011000 11101 10000 1001111 101000

Color Harmonies of #B54115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54115

Black with #B54115

Text Example


Text Example

White with #B54115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54115; }

 p { color: rgb(181,65,21); }

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

background-color css

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

 a { background-color: rgb(181,65,21); }

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

border-color css

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

 span { border-color: rgb(181,65,21); }

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