Html Css Color HEX #B5481A Rust

📋 copy color: '#B5481A'

red 181 ◦ green 72 ◦ blue 26

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

Shades of Rust #B5481A

Tints of Rust #B5481A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.81%

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

R = 64.87%
G = 25.81%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B5481A (or 0xB5481A) is known color: Rust. HEX triplet: B5, 48 and 1A. RGB value is (181,72,26). Sum of RGB (Red+Green+Blue) = 181+72+26=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B5481A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5481A is #4AB7E5. Grayscale: #636363. Windows color (decimal): -4896742 or 1722549. OLE color: 1722549.

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

Color convert

RGB 181 72 26 -
CMYK 0 0.60 0.86 0.29
HSL 17.81º 0.75% 0.41% -
HSV(B) 17.81º 0.86% 0.71% -
XYZ 21.56 14.53 2.65 -
YUV 99.35 86.61 186.24 -
System Red Green Blue C M Y K H S L
Decimal 181 72 26 0 0.60 0.86 0.29 17.81 0.75 0.41
Hex B5 48 1A 0 3C 56 1D 12 4B 29
Octal 265 110 32 0 74 126 35 22 113 51
Binary 10110101 1001000 11010 0 111100 1010110 11101 10010 1001011 101001

Color Harmonies of #B5481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5481A

Black with #B5481A

Text Example


Text Example

White with #B5481A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5481A; }

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

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

background-color css

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

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

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

border-color css

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

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

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