Html Css Color HEX #B53801 Rust

📋 copy color: '#B53801'

red 181 ◦ green 56 ◦ blue 1

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

Shades of Rust #B53801

Tints of Rust #B53801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.53%

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

R = 76.05%
G = 23.53%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B53801 (or 0xB53801) is known color: Rust. HEX triplet: B5, 38 and 01. RGB value is (181,56,1). Sum of RGB (Red+Green+Blue) = 181+56+1=238 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.05% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 181 - color contains mainly: red. Hex color #B53801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53801 is #4AC7FE. Grayscale: #575757. Windows color (decimal): -4900863 or 80053. OLE color: 80053.

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

Color convert

RGB 181 56 1 -
CMYK 0 0.69 0.99 0.29
HSL 18.33º 0.99% 0.36% -
HSV(B) 18.33º 0.99% 0.71% -
XYZ 20.48 12.65 1.39 -
YUV 87.11 79.41 194.97 -
System Red Green Blue C M Y K H S L
Decimal 181 56 1 0 0.69 0.99 0.29 18.33 0.99 0.36
Hex B5 38 1 0 45 63 1D 12 63 24
Octal 265 70 1 0 105 143 35 22 143 44
Binary 10110101 111000 1 0 1000101 1100011 11101 10010 1100011 100100

Color Harmonies of #B53801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53801

Black with #B53801

Text Example


Text Example

White with #B53801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53801; }

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

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

background-color css

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

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

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

border-color css

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

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

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