Html Css Color HEX #B5371A Rust

📋 copy color: '#B5371A'

red 181 ◦ green 55 ◦ blue 26

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

Shades of Rust #B5371A

Tints of Rust #B5371A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.99%

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

R = 69.08%
G = 20.99%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B5371A (or 0xB5371A) is known color: Rust. HEX triplet: B5, 37 and 1A. RGB value is (181,55,26). Sum of RGB (Red+Green+Blue) = 181+55+26=262 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.08% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 181 - color contains mainly: red. Hex color #B5371A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5371A is #4AC8E5. Grayscale: #595959. Windows color (decimal): -4901094 or 1718197. OLE color: 1718197.

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

Color convert

RGB 181 55 26 -
CMYK 0 0.70 0.86 0.29
HSL 11.23º 0.75% 0.41% -
HSV(B) 11.23º 0.86% 0.71% -
XYZ 20.61 12.63 2.33 -
YUV 89.37 92.24 193.36 -
System Red Green Blue C M Y K H S L
Decimal 181 55 26 0 0.70 0.86 0.29 11.23 0.75 0.41
Hex B5 37 1A 0 46 56 1D B 4B 29
Octal 265 67 32 0 106 126 35 13 113 51
Binary 10110101 110111 11010 0 1000110 1010110 11101 1011 1001011 101001

Color Harmonies of #B5371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5371A

Black with #B5371A

Text Example


Text Example

White with #B5371A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5371A; }

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

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

background-color css

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

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

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

border-color css

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

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

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