Html Css Color HEX #B53000 Rust

📋 copy color: '#B53000'

red 181 ◦ green 48 ◦ blue 0

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

Shades of Rust #B53000

Tints of Rust #B53000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.96%

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

R = 79.04%
G = 20.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B53000 (or 0xB53000) is known color: Rust. HEX triplet: B5, 30 and 00. RGB value is (181,48,0). Sum of RGB (Red+Green+Blue) = 181+48+0=229 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.04% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 181 - color contains mainly: red. Hex color #B53000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53000 is #4ACFFF. Grayscale: #525252. Windows color (decimal): -4902912 or 12469. OLE color: 12469.

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

Color convert

RGB 181 48 0 -
CMYK 0 0.73 1 0.29
HSL 15.91º 1% 0.35% -
HSV(B) 15.91º 1% 0.71% -
XYZ 20.11 11.94 1.24 -
YUV 82.3 81.56 198.4 -
System Red Green Blue C M Y K H S L
Decimal 181 48 0 0 0.73 1 0.29 15.91 1 0.35
Hex B5 30 0 0 49 64 1D 10 64 23
Octal 265 60 0 0 111 144 35 20 144 43
Binary 10110101 110000 0 0 1001001 1100100 11101 10000 1100100 100011

Color Harmonies of #B53000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53000

Black with #B53000

Text Example


Text Example

White with #B53000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53000; }

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

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

background-color css

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

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

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

border-color css

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

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

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