Html Css Color HEX #B5441B Rust

📋 copy color: '#B5441B'

red 181 ◦ green 68 ◦ blue 27

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

Shades of Rust #B5441B

Tints of Rust #B5441B

RGB

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

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

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

R = 65.58%
G = 24.64%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B5441B (or 0xB5441B) is known color: Rust. HEX triplet: B5, 44 and 1B. RGB value is (181,68,27). Sum of RGB (Red+Green+Blue) = 181+68+27=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B5441B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5441B is #4ABBE4. Grayscale: #616161. Windows color (decimal): -4897765 or 1787061. OLE color: 1787061.

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

Color convert

RGB 181 68 27 -
CMYK 0 0.62 0.85 0.29
HSL 15.97º 0.74% 0.41% -
HSV(B) 15.97º 0.85% 0.71% -
XYZ 21.32 14.04 2.62 -
YUV 97.11 88.44 187.83 -
System Red Green Blue C M Y K H S L
Decimal 181 68 27 0 0.62 0.85 0.29 15.97 0.74 0.41
Hex B5 44 1B 0 3E 55 1D 10 4A 29
Octal 265 104 33 0 76 125 35 20 112 51
Binary 10110101 1000100 11011 0 111110 1010101 11101 10000 1001010 101001

Color Harmonies of #B5441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5441B

Black with #B5441B

Text Example


Text Example

White with #B5441B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5441B; }

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

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

background-color css

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

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

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

border-color css

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

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

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