Html Css Color HEX #B44715 Rust

📋 copy color: '#B44715'

red 180 ◦ green 71 ◦ blue 21

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

Shades of Rust #B44715

Tints of Rust #B44715

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.1%

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

R = 66.18%
G = 26.1%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B44715 (or 0xB44715) is known color: Rust. HEX triplet: B4, 47 and 15. RGB value is (180,71,21). Sum of RGB (Red+Green+Blue) = 180+71+21=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B44715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44715 is #4BB8EA. Grayscale: #626262. Windows color (decimal): -4962539 or 1394612. OLE color: 1394612.

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

Color convert

RGB 180 71 21 -
CMYK 0 0.61 0.88 0.29
HSL 18.87º 0.79% 0.39% -
HSV(B) 18.87º 0.88% 0.71% -
XYZ 21.21 14.26 2.34 -
YUV 97.89 84.61 186.57 -
System Red Green Blue C M Y K H S L
Decimal 180 71 21 0 0.61 0.88 0.29 18.87 0.79 0.39
Hex B4 47 15 0 3D 58 1D 13 4F 27
Octal 264 107 25 0 75 130 35 23 117 47
Binary 10110100 1000111 10101 0 111101 1011000 11101 10011 1001111 100111

Color Harmonies of #B44715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44715

Black with #B44715

Text Example


Text Example

White with #B44715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44715; }

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

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

background-color css

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

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

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

border-color css

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

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

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