Html Css Color HEX #B53A00 Rust

📋 copy color: '#B53A00'

red 181 ◦ green 58 ◦ blue 0

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

Shades of Rust #B53A00

Tints of Rust #B53A00

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.27%

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

R = 75.73%
G = 24.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B53A00 (or 0xB53A00) is known color: Rust. HEX triplet: B5, 3A and 00. RGB value is (181,58,0). Sum of RGB (Red+Green+Blue) = 181+58+0=239 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.73% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53A00 is #4AC5FF. Grayscale: #585858. Windows color (decimal): -4900352 or 15029. OLE color: 15029.

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

Color convert

RGB 181 58 0 -
CMYK 0 0.68 1 0.29
HSL 19.23º 1% 0.35% -
HSV(B) 19.23º 1% 0.71% -
XYZ 20.57 12.85 1.4 -
YUV 88.17 78.25 194.22 -
System Red Green Blue C M Y K H S L
Decimal 181 58 0 0 0.68 1 0.29 19.23 1 0.35
Hex B5 3A 0 0 44 64 1D 13 64 23
Octal 265 72 0 0 104 144 35 23 144 43
Binary 10110101 111010 0 0 1000100 1100100 11101 10011 1100100 100011

Color Harmonies of #B53A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53A00

Black with #B53A00

Text Example


Text Example

White with #B53A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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