Html Css Color HEX #B44215 Rust

📋 copy color: '#B44215'

red 180 ◦ green 66 ◦ blue 21

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

Shades of Rust #B44215

Tints of Rust #B44215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.72%

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

R = 67.42%
G = 24.72%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B44215 (or 0xB44215) is known color: Rust. HEX triplet: B4, 42 and 15. RGB value is (180,66,21). Sum of RGB (Red+Green+Blue) = 180+66+21=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B44215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44215 is #4BBDEA. Grayscale: #5F5F5F. Windows color (decimal): -4963819 or 1393332. OLE color: 1393332.

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

Color convert

RGB 180 66 21 -
CMYK 0 0.63 0.88 0.29
HSL 16.98º 0.79% 0.39% -
HSV(B) 16.98º 0.88% 0.71% -
XYZ 20.91 13.65 2.24 -
YUV 94.96 86.27 188.66 -
System Red Green Blue C M Y K H S L
Decimal 180 66 21 0 0.63 0.88 0.29 16.98 0.79 0.39
Hex B4 42 15 0 3F 58 1D 11 4F 27
Octal 264 102 25 0 77 130 35 21 117 47
Binary 10110100 1000010 10101 0 111111 1011000 11101 10001 1001111 100111

Color Harmonies of #B44215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44215

Black with #B44215

Text Example


Text Example

White with #B44215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44215; }

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

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

background-color css

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

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

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

border-color css

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

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

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