Html Css Color HEX #B54200 Rust

📋 copy color: '#B54200'

red 181 ◦ green 66 ◦ blue 0

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

Shades of Rust #B54200

Tints of Rust #B54200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.28%
G = 26.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B54200 (or 0xB54200) is known color: Rust. HEX triplet: B5, 42 and 00. RGB value is (181,66,0). Sum of RGB (Red+Green+Blue) = 181+66+0=247 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.28% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 181 - color contains mainly: red. Hex color #B54200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54200 is #4ABDFF. Grayscale: #5D5D5D. Windows color (decimal): -4898304 or 17077. OLE color: 17077.

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

Color convert

RGB 181 66 0 -
CMYK 0 0.64 1 0.29
HSL 21.88º 1% 0.35% -
HSV(B) 21.88º 1% 0.71% -
XYZ 21 13.72 1.54 -
YUV 92.86 75.6 190.87 -
System Red Green Blue C M Y K H S L
Decimal 181 66 0 0 0.64 1 0.29 21.88 1 0.35
Hex B5 42 0 0 40 64 1D 16 64 23
Octal 265 102 0 0 100 144 35 26 144 43
Binary 10110101 1000010 0 0 1000000 1100100 11101 10110 1100100 100011

Color Harmonies of #B54200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54200

Black with #B54200

Text Example


Text Example

White with #B54200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54200; }

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

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

background-color css

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

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

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

border-color css

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

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

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