Html Css Color HEX #B53500 Rust

📋 copy color: '#B53500'

red 181 ◦ green 53 ◦ blue 0

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

Shades of Rust #B53500

Tints of Rust #B53500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.65%

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

R = 77.35%
G = 22.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B53500 (or 0xB53500) is known color: Rust. HEX triplet: B5, 35 and 00. RGB value is (181,53,0). Sum of RGB (Red+Green+Blue) = 181+53+0=234 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.35% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 181 - color contains mainly: red. Hex color #B53500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53500 is #4ACAFF. Grayscale: #555555. Windows color (decimal): -4901632 or 13749. OLE color: 13749.

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

Color convert

RGB 181 53 0 -
CMYK 0 0.71 1 0.29
HSL 17.57º 1% 0.35% -
HSV(B) 17.57º 1% 0.71% -
XYZ 20.33 12.37 1.32 -
YUV 85.23 79.91 196.31 -
System Red Green Blue C M Y K H S L
Decimal 181 53 0 0 0.71 1 0.29 17.57 1 0.35
Hex B5 35 0 0 47 64 1D 12 64 23
Octal 265 65 0 0 107 144 35 22 144 43
Binary 10110101 110101 0 0 1000111 1100100 11101 10010 1100100 100011

Color Harmonies of #B53500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53500

Black with #B53500

Text Example


Text Example

White with #B53500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53500; }

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

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

background-color css

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

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

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

border-color css

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

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

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