Html Css Color HEX #B54218 Rust

📋 copy color: '#B54218'

red 181 ◦ green 66 ◦ blue 24

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

Shades of Rust #B54218

Tints of Rust #B54218

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.35%

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

R = 66.79%
G = 24.35%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B54218 (or 0xB54218) is known color: Rust. HEX triplet: B5, 42 and 18. RGB value is (181,66,24). Sum of RGB (Red+Green+Blue) = 181+66+24=271 (35% of max value = 765). Red value is 181 (71.09% from 255 or 66.79% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 181 - color contains mainly: red. Hex color #B54218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54218 is #4ABDE7. Grayscale: #5F5F5F. Windows color (decimal): -4898280 or 1589941. OLE color: 1589941.

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

Color convert

RGB 181 66 24 -
CMYK 0 0.64 0.87 0.29
HSL 16.05º 0.77% 0.4% -
HSV(B) 16.05º 0.87% 0.71% -
XYZ 21.17 13.79 2.41 -
YUV 95.6 87.6 188.92 -
System Red Green Blue C M Y K H S L
Decimal 181 66 24 0 0.64 0.87 0.29 16.05 0.77 0.4
Hex B5 42 18 0 40 57 1D 10 4D 28
Octal 265 102 30 0 100 127 35 20 115 50
Binary 10110101 1000010 11000 0 1000000 1010111 11101 10000 1001101 101000

Color Harmonies of #B54218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54218

Black with #B54218

Text Example


Text Example

White with #B54218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54218; }

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

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

background-color css

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

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

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

border-color css

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

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

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