Html Css Color HEX #B5481C Rust

📋 copy color: '#B5481C'

red 181 ◦ green 72 ◦ blue 28

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

Shades of Rust #B5481C

Tints of Rust #B5481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.96%

R = 64.41%
G = 25.62%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B5481C (or 0xB5481C) is known color: Rust. HEX triplet: B5, 48 and 1C. RGB value is (181,72,28). Sum of RGB (Red+Green+Blue) = 181+72+28=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B5481C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5481C is #4AB7E3. Grayscale: #636363. Windows color (decimal): -4896740 or 1853621. OLE color: 1853621.

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

Color convert

RGB 181 72 28 -
CMYK 0 0.60 0.85 0.29
HSL 17.25º 0.73% 0.41% -
HSV(B) 17.25º 0.85% 0.71% -
XYZ 21.58 14.54 2.77 -
YUV 99.58 87.61 186.08 -
System Red Green Blue C M Y K H S L
Decimal 181 72 28 0 0.60 0.85 0.29 17.25 0.73 0.41
Hex B5 48 1C 0 3C 55 1D 11 49 29
Octal 265 110 34 0 74 125 35 21 111 51
Binary 10110101 1001000 11100 0 111100 1010101 11101 10001 1001001 101001

Color Harmonies of #B5481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5481C

Black with #B5481C

Text Example


Text Example

White with #B5481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5481C; }

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

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

background-color css

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

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

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

border-color css

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

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

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