Html Css Color HEX #B5411B Rust

📋 copy color: '#B5411B'

red 181 ◦ green 65 ◦ blue 27

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

Shades of Rust #B5411B

Tints of Rust #B5411B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.89%

R = 66.3%
G = 23.81%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B5411B (or 0xB5411B) is known color: Rust. HEX triplet: B5, 41 and 1B. RGB value is (181,65,27). Sum of RGB (Red+Green+Blue) = 181+65+27=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B5411B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5411B is #4ABEE4. Grayscale: #5F5F5F. Windows color (decimal): -4898533 or 1786293. OLE color: 1786293.

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

Color convert

RGB 181 65 27 -
CMYK 0 0.64 0.85 0.29
HSL 14.81º 0.74% 0.41% -
HSV(B) 14.81º 0.85% 0.71% -
XYZ 21.14 13.68 2.56 -
YUV 95.35 89.43 189.09 -
System Red Green Blue C M Y K H S L
Decimal 181 65 27 0 0.64 0.85 0.29 14.81 0.74 0.41
Hex B5 41 1B 0 40 55 1D F 4A 29
Octal 265 101 33 0 100 125 35 17 112 51
Binary 10110101 1000001 11011 0 1000000 1010101 11101 1111 1001010 101001

Color Harmonies of #B5411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5411B

Black with #B5411B

Text Example


Text Example

White with #B5411B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5411B; }

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

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

background-color css

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

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

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

border-color css

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

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

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