Html Css Color HEX #B54818 Rust

📋 copy color: '#B54818'

red 181 ◦ green 72 ◦ blue 24

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

Shades of Rust #B54818

Tints of Rust #B54818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.66%

R = 65.34%
G = 25.99%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B54818 (or 0xB54818) is known color: Rust. HEX triplet: B5, 48 and 18. RGB value is (181,72,24). Sum of RGB (Red+Green+Blue) = 181+72+24=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B54818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54818 is #4AB7E7. Grayscale: #636363. Windows color (decimal): -4896744 or 1591477. OLE color: 1591477.

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

Color convert

RGB 181 72 24 -
CMYK 0 0.60 0.87 0.29
HSL 18.34º 0.77% 0.4% -
HSV(B) 18.34º 0.87% 0.71% -
XYZ 21.54 14.52 2.53 -
YUV 99.12 85.61 186.4 -
System Red Green Blue C M Y K H S L
Decimal 181 72 24 0 0.60 0.87 0.29 18.34 0.77 0.4
Hex B5 48 18 0 3C 57 1D 12 4D 28
Octal 265 110 30 0 74 127 35 22 115 50
Binary 10110101 1001000 11000 0 111100 1010111 11101 10010 1001101 101000

Color Harmonies of #B54818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54818

Black with #B54818

Text Example


Text Example

White with #B54818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54818; }

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

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

background-color css

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

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

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

border-color css

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

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

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