Html Css Color HEX #B4481E Rust

📋 copy color: '#B4481E'

red 180 ◦ green 72 ◦ blue 30

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

Shades of Rust #B4481E

Tints of Rust #B4481E

RGB

 RED value IS 180 (70.7% from 255) = 63.83%

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

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

R = 63.83%
G = 25.53%
B = 10.64%

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

#B4481E (or 0xB4481E) is known color: Rust. HEX triplet: B4, 48 and 1E. RGB value is (180,72,30). Sum of RGB (Red+Green+Blue) = 180+72+30=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B4481E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4481E is #4BB7E1. Grayscale: #636363. Windows color (decimal): -4962274 or 1984692. OLE color: 1984692.

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

Color convert

RGB 180 72 30 -
CMYK 0 0.60 0.83 0.29
HSL 16.8º 0.71% 0.41% -
HSV(B) 16.8º 0.83% 0.71% -
XYZ 21.37 14.43 2.89 -
YUV 99.5 88.78 185.42 -
System Red Green Blue C M Y K H S L
Decimal 180 72 30 0 0.60 0.83 0.29 16.8 0.71 0.41
Hex B4 48 1E 0 3C 53 1D 11 47 29
Octal 264 110 36 0 74 123 35 21 107 51
Binary 10110100 1001000 11110 0 111100 1010011 11101 10001 1000111 101001

Color Harmonies of #B4481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4481E

Black with #B4481E

Text Example


Text Example

White with #B4481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4481E; }

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

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

background-color css

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

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

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

border-color css

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

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

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