Html Css Color HEX #B44615 Rust

📋 copy color: '#B44615'

red 180 ◦ green 70 ◦ blue 21

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

Shades of Rust #B44615

Tints of Rust #B44615

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.83%

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

R = 66.42%
G = 25.83%
B = 7.75%

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

#B44615 (or 0xB44615) is known color: Rust. HEX triplet: B4, 46 and 15. RGB value is (180,70,21). Sum of RGB (Red+Green+Blue) = 180+70+21=271 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.42% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 180 - color contains mainly: red. Hex color #B44615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44615 is #4BB9EA. Grayscale: #616161. Windows color (decimal): -4962795 or 1394356. OLE color: 1394356.

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

Color convert

RGB 180 70 21 -
CMYK 0 0.61 0.88 0.29
HSL 18.49º 0.79% 0.39% -
HSV(B) 18.49º 0.88% 0.71% -
XYZ 21.15 14.14 2.32 -
YUV 97.3 84.94 186.98 -
System Red Green Blue C M Y K H S L
Decimal 180 70 21 0 0.61 0.88 0.29 18.49 0.79 0.39
Hex B4 46 15 0 3D 58 1D 12 4F 27
Octal 264 106 25 0 75 130 35 22 117 47
Binary 10110100 1000110 10101 0 111101 1011000 11101 10010 1001111 100111

Color Harmonies of #B44615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44615

Black with #B44615

Text Example


Text Example

White with #B44615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44615; }

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

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

background-color css

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

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

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

border-color css

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

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

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