Html Css Color HEX #B53601 Rust

📋 copy color: '#B53601'

red 181 ◦ green 54 ◦ blue 1

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

Shades of Rust #B53601

Tints of Rust #B53601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.88%

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

R = 76.69%
G = 22.88%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B53601 (or 0xB53601) is known color: Rust. HEX triplet: B5, 36 and 01. RGB value is (181,54,1). Sum of RGB (Red+Green+Blue) = 181+54+1=236 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.69% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 181 - color contains mainly: red. Hex color #B53601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53601 is #4AC9FE. Grayscale: #565656. Windows color (decimal): -4901375 or 79541. OLE color: 79541.

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

Color convert

RGB 181 54 1 -
CMYK 0 0.70 0.99 0.29
HSL 17.67º 0.99% 0.36% -
HSV(B) 17.67º 0.99% 0.71% -
XYZ 20.38 12.46 1.36 -
YUV 85.93 80.08 195.81 -
System Red Green Blue C M Y K H S L
Decimal 181 54 1 0 0.70 0.99 0.29 17.67 0.99 0.36
Hex B5 36 1 0 46 63 1D 12 63 24
Octal 265 66 1 0 106 143 35 22 143 44
Binary 10110101 110110 1 0 1000110 1100011 11101 10010 1100011 100100

Color Harmonies of #B53601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53601

Black with #B53601

Text Example


Text Example

White with #B53601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53601; }

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

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

background-color css

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

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

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

border-color css

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

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

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