Html Css Color HEX #B5391A Rust

📋 copy color: '#B5391A'

red 181 ◦ green 57 ◦ blue 26

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

Shades of Rust #B5391A

Tints of Rust #B5391A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.59%

 BLUE value IS 26 (10.55% from 255) = 9.85%

R = 68.56%
G = 21.59%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B5391A (or 0xB5391A) is known color: Rust. HEX triplet: B5, 39 and 1A. RGB value is (181,57,26). Sum of RGB (Red+Green+Blue) = 181+57+26=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B5391A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5391A is #4AC6E5. Grayscale: #5A5A5A. Windows color (decimal): -4900582 or 1718709. OLE color: 1718709.

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

Color convert

RGB 181 57 26 -
CMYK 0 0.69 0.86 0.29
HSL 12º 0.75% 0.41% -
HSV(B) 12º 0.86% 0.71% -
XYZ 20.71 12.82 2.36 -
YUV 90.54 91.58 192.52 -
System Red Green Blue C M Y K H S L
Decimal 181 57 26 0 0.69 0.86 0.29 12 0.75 0.41
Hex B5 39 1A 0 45 56 1D C 4B 29
Octal 265 71 32 0 105 126 35 14 113 51
Binary 10110101 111001 11010 0 1000101 1010110 11101 1100 1001011 101001

Color Harmonies of #B5391A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5391A

Black with #B5391A

Text Example


Text Example

White with #B5391A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5391A; }

 p { color: rgb(181,57,26); }

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

background-color css

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

 a { background-color: rgb(181,57,26); }

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

border-color css

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

 span { border-color: rgb(181,57,26); }

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