Html Css Color HEX #B45815 Rust

📋 copy color: '#B45815'

red 180 ◦ green 88 ◦ blue 21

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

Shades of Rust #B45815

Tints of Rust #B45815

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.45%

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

R = 62.28%
G = 30.45%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B45815 (or 0xB45815) is known color: Rust. HEX triplet: B4, 58 and 15. RGB value is (180,88,21). Sum of RGB (Red+Green+Blue) = 180+88+21=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B45815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45815 is #4BA7EA. Grayscale: #6C6C6C. Windows color (decimal): -4958187 or 1398964. OLE color: 1398964.

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

Color convert

RGB 180 88 21 -
CMYK 0 0.51 0.88 0.29
HSL 25.28º 0.79% 0.39% -
HSV(B) 25.28º 0.88% 0.71% -
XYZ 22.45 16.74 2.76 -
YUV 107.87 78.98 179.45 -
System Red Green Blue C M Y K H S L
Decimal 180 88 21 0 0.51 0.88 0.29 25.28 0.79 0.39
Hex B4 58 15 0 33 58 1D 19 4F 27
Octal 264 130 25 0 63 130 35 31 117 47
Binary 10110100 1011000 10101 0 110011 1011000 11101 11001 1001111 100111

Color Harmonies of #B45815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45815

Black with #B45815

Text Example


Text Example

White with #B45815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45815; }

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

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

background-color css

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

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

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

border-color css

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

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

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