Html Css Color HEX #B53001 Rust

📋 copy color: '#B53001'

red 181 ◦ green 48 ◦ blue 1

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

Shades of Rust #B53001

Tints of Rust #B53001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 78.7%
G = 20.87%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B53001 (or 0xB53001) is known color: Rust. HEX triplet: B5, 30 and 01. RGB value is (181,48,1). Sum of RGB (Red+Green+Blue) = 181+48+1=230 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.70% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 181 - color contains mainly: red. Hex color #B53001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53001 is #4ACFFE. Grayscale: #525252. Windows color (decimal): -4902911 or 78005. OLE color: 78005.

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

Color convert

RGB 181 48 1 -
CMYK 0 0.73 0.99 0.29
HSL 15.67º 0.99% 0.36% -
HSV(B) 15.67º 0.99% 0.71% -
XYZ 20.12 11.94 1.27 -
YUV 82.41 82.06 198.32 -
System Red Green Blue C M Y K H S L
Decimal 181 48 1 0 0.73 0.99 0.29 15.67 0.99 0.36
Hex B5 30 1 0 49 63 1D 10 63 24
Octal 265 60 1 0 111 143 35 20 143 44
Binary 10110101 110000 1 0 1001001 1100011 11101 10000 1100011 100100

Color Harmonies of #B53001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53001

Black with #B53001

Text Example


Text Example

White with #B53001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53001; }

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

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

background-color css

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

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

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

border-color css

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

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

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