Html Css Color HEX #B44815 Rust

📋 copy color: '#B44815'

red 180 ◦ green 72 ◦ blue 21

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

Shades of Rust #B44815

Tints of Rust #B44815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.69%

R = 65.93%
G = 26.37%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B44815 (or 0xB44815) is known color: Rust. HEX triplet: B4, 48 and 15. RGB value is (180,72,21). Sum of RGB (Red+Green+Blue) = 180+72+21=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B44815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44815 is #4BB7EA. Grayscale: #626262. Windows color (decimal): -4962283 or 1394868. OLE color: 1394868.

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

Color convert

RGB 180 72 21 -
CMYK 0 0.60 0.88 0.29
HSL 19.25º 0.79% 0.39% -
HSV(B) 19.25º 0.88% 0.71% -
XYZ 21.28 14.39 2.37 -
YUV 98.48 84.28 186.15 -
System Red Green Blue C M Y K H S L
Decimal 180 72 21 0 0.60 0.88 0.29 19.25 0.79 0.39
Hex B4 48 15 0 3C 58 1D 13 4F 27
Octal 264 110 25 0 74 130 35 23 117 47
Binary 10110100 1001000 10101 0 111100 1011000 11101 10011 1001111 100111

Color Harmonies of #B44815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44815

Black with #B44815

Text Example


Text Example

White with #B44815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44815; }

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

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

background-color css

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

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

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

border-color css

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

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

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