Html Css Color HEX #B54B1D Rust

📋 copy color: '#B54B1D'

red 181 ◦ green 75 ◦ blue 29

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

Shades of Rust #B54B1D

Tints of Rust #B54B1D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.32%

 BLUE value IS 29 (11.72% from 255) = 10.18%

R = 63.51%
G = 26.32%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B54B1D (or 0xB54B1D) is known color: Rust. HEX triplet: B5, 4B and 1D. RGB value is (181,75,29). Sum of RGB (Red+Green+Blue) = 181+75+29=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54B1D is #4AB4E2. Grayscale: #656565. Windows color (decimal): -4895971 or 1919925. OLE color: 1919925.

HSL color Cylindrical-coordinate representation of color #B54B1D: hue angle of 18.16º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B54B1D is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 75 29 -
CMYK 0 0.59 0.84 0.29
HSL 18.16º 0.72% 0.41% -
HSV(B) 18.16º 0.84% 0.71% -
XYZ 21.79 14.94 2.9 -
YUV 101.45 87.12 184.74 -
System Red Green Blue C M Y K H S L
Decimal 181 75 29 0 0.59 0.84 0.29 18.16 0.72 0.41
Hex B5 4B 1D 0 3B 54 1D 12 48 29
Octal 265 113 35 0 73 124 35 22 110 51
Binary 10110101 1001011 11101 0 111011 1010100 11101 10010 1001000 101001

Color Harmonies of #B54B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54B1D

Black with #B54B1D

Text Example


Text Example

White with #B54B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54B1D; }

 p { color: rgb(181,75,29); }

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

background-color css

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

 a { background-color: rgb(181,75,29); }

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

border-color css

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

 span { border-color: rgb(181,75,29); }

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