Html Css Color HEX #B54A0B Rust

📋 copy color: '#B54A0B'

red 181 ◦ green 74 ◦ blue 11

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

Shades of Rust #B54A0B

Tints of Rust #B54A0B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.82%

 BLUE value IS 11 (4.69% from 255) = 4.14%

R = 68.05%
G = 27.82%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B54A0B (or 0xB54A0B) is known color: Rust. HEX triplet: B5, 4A and 0B. RGB value is (181,74,11). Sum of RGB (Red+Green+Blue) = 181+74+11=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54A0B is #4AB5F4. Grayscale: #636363. Windows color (decimal): -4896245 or 740021. OLE color: 740021.

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

Color convert

RGB 181 74 11 -
CMYK 0 0.59 0.94 0.29
HSL 22.24º 0.89% 0.38% -
HSV(B) 22.24º 0.94% 0.71% -
XYZ 21.57 14.75 2.03 -
YUV 98.81 78.45 186.62 -
System Red Green Blue C M Y K H S L
Decimal 181 74 11 0 0.59 0.94 0.29 22.24 0.89 0.38
Hex B5 4A B 0 3B 5E 1D 16 59 26
Octal 265 112 13 0 73 136 35 26 131 46
Binary 10110101 1001010 1011 0 111011 1011110 11101 10110 1011001 100110

Color Harmonies of #B54A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54A0B

Black with #B54A0B

Text Example


Text Example

White with #B54A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54A0B; }

 p { color: rgb(181,74,11); }

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

background-color css

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

 a { background-color: rgb(181,74,11); }

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

border-color css

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

 span { border-color: rgb(181,74,11); }

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