Html Css Color HEX #B5481E Rust

📋 copy color: '#B5481E'

red 181 ◦ green 72 ◦ blue 30

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

Shades of Rust #B5481E

Tints of Rust #B5481E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.6%

R = 63.96%
G = 25.44%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5481E (or 0xB5481E) is known color: Rust. HEX triplet: B5, 48 and 1E. RGB value is (181,72,30). Sum of RGB (Red+Green+Blue) = 181+72+30=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B5481E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5481E is #4AB7E1. Grayscale: #646464. Windows color (decimal): -4896738 or 1984693. OLE color: 1984693.

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

Color convert

RGB 181 72 30 -
CMYK 0 0.60 0.83 0.29
HSL 16.69º 0.72% 0.41% -
HSV(B) 16.69º 0.83% 0.71% -
XYZ 21.61 14.55 2.9 -
YUV 99.8 88.61 185.92 -
System Red Green Blue C M Y K H S L
Decimal 181 72 30 0 0.60 0.83 0.29 16.69 0.72 0.41
Hex B5 48 1E 0 3C 53 1D 11 48 29
Octal 265 110 36 0 74 123 35 21 110 51
Binary 10110101 1001000 11110 0 111100 1010011 11101 10001 1001000 101001

Color Harmonies of #B5481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5481E

Black with #B5481E

Text Example


Text Example

White with #B5481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5481E; }

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

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

background-color css

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

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

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

border-color css

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

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

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