Html Css Color HEX #B54300 Rust

📋 copy color: '#B54300'

red 181 ◦ green 67 ◦ blue 0

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

Shades of Rust #B54300

Tints of Rust #B54300

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.02%

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

R = 72.98%
G = 27.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B54300 (or 0xB54300) is known color: Rust. HEX triplet: B5, 43 and 00. RGB value is (181,67,0). Sum of RGB (Red+Green+Blue) = 181+67+0=248 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.98% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 181 - color contains mainly: red. Hex color #B54300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54300 is #4ABCFF. Grayscale: #5D5D5D. Windows color (decimal): -4898048 or 17333. OLE color: 17333.

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

Color convert

RGB 181 67 0 -
CMYK 0 0.63 1 0.29
HSL 22.21º 1% 0.35% -
HSV(B) 22.21º 1% 0.71% -
XYZ 21.06 13.84 1.56 -
YUV 93.45 75.27 190.45 -
System Red Green Blue C M Y K H S L
Decimal 181 67 0 0 0.63 1 0.29 22.21 1 0.35
Hex B5 43 0 0 3F 64 1D 16 64 23
Octal 265 103 0 0 77 144 35 26 144 43
Binary 10110101 1000011 0 0 111111 1100100 11101 10110 1100100 100011

Color Harmonies of #B54300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54300

Black with #B54300

Text Example


Text Example

White with #B54300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54300; }

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

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

background-color css

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

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

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

border-color css

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

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

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