Html Css Color HEX #B5401F Rust

📋 copy color: '#B5401F'

red 181 ◦ green 64 ◦ blue 31

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

Shades of Rust #B5401F

Tints of Rust #B5401F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.19%

 BLUE value IS 31 (12.5% from 255) = 11.23%

R = 65.58%
G = 23.19%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5401F (or 0xB5401F) is known color: Rust. HEX triplet: B5, 40 and 1F. RGB value is (181,64,31). Sum of RGB (Red+Green+Blue) = 181+64+31=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B5401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5401F is #4ABFE0. Grayscale: #5F5F5F. Windows color (decimal): -4898785 or 2048181. OLE color: 2048181.

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

Color convert

RGB 181 64 31 -
CMYK 0 0.65 0.83 0.29
HSL 13.2º 0.71% 0.42% -
HSV(B) 13.2º 0.83% 0.71% -
XYZ 21.14 13.59 2.81 -
YUV 95.22 91.76 189.18 -
System Red Green Blue C M Y K H S L
Decimal 181 64 31 0 0.65 0.83 0.29 13.2 0.71 0.42
Hex B5 40 1F 0 41 53 1D D 47 2A
Octal 265 100 37 0 101 123 35 15 107 52
Binary 10110101 1000000 11111 0 1000001 1010011 11101 1101 1000111 101010

Color Harmonies of #B5401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5401F

Black with #B5401F

Text Example


Text Example

White with #B5401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5401F; }

 p { color: rgb(181,64,31); }

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

background-color css

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

 a { background-color: rgb(181,64,31); }

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

border-color css

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

 span { border-color: rgb(181,64,31); }

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