Html Css Color HEX #B45814 Rust

📋 copy color: '#B45814'

red 180 ◦ green 88 ◦ blue 20

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

Shades of Rust #B45814

Tints of Rust #B45814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.94%

R = 62.5%
G = 30.56%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B45814 (or 0xB45814) is known color: Rust. HEX triplet: B4, 58 and 14. RGB value is (180,88,20). Sum of RGB (Red+Green+Blue) = 180+88+20=288 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.5% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 180 - color contains mainly: red. Hex color #B45814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45814 is #4BA7EB. Grayscale: #6C6C6C. Windows color (decimal): -4958188 or 1333428. OLE color: 1333428.

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

Color convert

RGB 180 88 20 -
CMYK 0 0.51 0.89 0.29
HSL 25.5º 0.8% 0.39% -
HSV(B) 25.5º 0.89% 0.71% -
XYZ 22.44 16.73 2.71 -
YUV 107.76 78.48 179.53 -
System Red Green Blue C M Y K H S L
Decimal 180 88 20 0 0.51 0.89 0.29 25.5 0.8 0.39
Hex B4 58 14 0 33 59 1D 1A 50 27
Octal 264 130 24 0 63 131 35 32 120 47
Binary 10110100 1011000 10100 0 110011 1011001 11101 11010 1010000 100111

Color Harmonies of #B45814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45814

Black with #B45814

Text Example


Text Example

White with #B45814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45814; }

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

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

background-color css

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

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

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

border-color css

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

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

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