Html Css Color HEX #B5411F Rust

📋 copy color: '#B5411F'

red 181 ◦ green 65 ◦ blue 31

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

Shades of Rust #B5411F

Tints of Rust #B5411F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.47%

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

R = 65.34%
G = 23.47%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5411F (or 0xB5411F) is known color: Rust. HEX triplet: B5, 41 and 1F. RGB value is (181,65,31). Sum of RGB (Red+Green+Blue) = 181+65+31=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B5411F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5411F is #4ABEE0. Grayscale: #606060. Windows color (decimal): -4898529 or 2048437. OLE color: 2048437.

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

Color convert

RGB 181 65 31 -
CMYK 0 0.64 0.83 0.29
HSL 13.6º 0.71% 0.42% -
HSV(B) 13.6º 0.83% 0.71% -
XYZ 21.19 13.7 2.82 -
YUV 95.81 91.43 188.76 -
System Red Green Blue C M Y K H S L
Decimal 181 65 31 0 0.64 0.83 0.29 13.6 0.71 0.42
Hex B5 41 1F 0 40 53 1D E 47 2A
Octal 265 101 37 0 100 123 35 16 107 52
Binary 10110101 1000001 11111 0 1000000 1010011 11101 1110 1000111 101010

Color Harmonies of #B5411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5411F

Black with #B5411F

Text Example


Text Example

White with #B5411F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5411F; }

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

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

background-color css

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

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

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

border-color css

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

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

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