Html Css Color HEX #B5441A Rust

📋 copy color: '#B5441A'

red 181 ◦ green 68 ◦ blue 26

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

Shades of Rust #B5441A

Tints of Rust #B5441A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.73%

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

R = 65.82%
G = 24.73%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B5441A (or 0xB5441A) is known color: Rust. HEX triplet: B5, 44 and 1A. RGB value is (181,68,26). Sum of RGB (Red+Green+Blue) = 181+68+26=275 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.82% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 181 - color contains mainly: red. Hex color #B5441A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5441A is #4ABBE5. Grayscale: #616161. Windows color (decimal): -4897766 or 1721525. OLE color: 1721525.

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

Color convert

RGB 181 68 26 -
CMYK 0 0.62 0.86 0.29
HSL 16.26º 0.75% 0.41% -
HSV(B) 16.26º 0.86% 0.71% -
XYZ 21.31 14.03 2.56 -
YUV 97 87.94 187.92 -
System Red Green Blue C M Y K H S L
Decimal 181 68 26 0 0.62 0.86 0.29 16.26 0.75 0.41
Hex B5 44 1A 0 3E 56 1D 10 4B 29
Octal 265 104 32 0 76 126 35 20 113 51
Binary 10110101 1000100 11010 0 111110 1010110 11101 10000 1001011 101001

Color Harmonies of #B5441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5441A

Black with #B5441A

Text Example


Text Example

White with #B5441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5441A; }

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

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

background-color css

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

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

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

border-color css

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

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

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