Html Css Color HEX #B5401E Rust

📋 copy color: '#B5401E'

red 181 ◦ green 64 ◦ blue 30

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

Shades of Rust #B5401E

Tints of Rust #B5401E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.91%

R = 65.82%
G = 23.27%
B = 10.91%

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

#B5401E (or 0xB5401E) is known color: Rust. HEX triplet: B5, 40 and 1E. RGB value is (181,64,30). Sum of RGB (Red+Green+Blue) = 181+64+30=275 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.82% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 181 - color contains mainly: red. Hex color #B5401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5401E is #4ABFE1. Grayscale: #5F5F5F. Windows color (decimal): -4898786 or 1982645. OLE color: 1982645.

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

Color convert

RGB 181 64 30 -
CMYK 0 0.65 0.83 0.29
HSL 13.51º 0.72% 0.41% -
HSV(B) 13.51º 0.83% 0.71% -
XYZ 21.12 13.58 2.74 -
YUV 95.11 91.26 189.26 -
System Red Green Blue C M Y K H S L
Decimal 181 64 30 0 0.65 0.83 0.29 13.51 0.72 0.41
Hex B5 40 1E 0 41 53 1D E 48 29
Octal 265 100 36 0 101 123 35 16 110 51
Binary 10110101 1000000 11110 0 1000001 1010011 11101 1110 1001000 101001

Color Harmonies of #B5401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5401E

Black with #B5401E

Text Example


Text Example

White with #B5401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5401E; }

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

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

background-color css

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

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

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

border-color css

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

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

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