Html Css Color HEX #B45018 Rust

📋 copy color: '#B45018'

red 180 ◦ green 80 ◦ blue 24

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

Shades of Rust #B45018

Tints of Rust #B45018

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.17%

 BLUE value IS 24 (9.77% from 255) = 8.45%

R = 63.38%
G = 28.17%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B45018 (or 0xB45018) is known color: Rust. HEX triplet: B4, 50 and 18. RGB value is (180,80,24). Sum of RGB (Red+Green+Blue) = 180+80+24=284 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.38% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 180 - color contains mainly: red. Hex color #B45018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45018 is #4BAFE7. Grayscale: #676767. Windows color (decimal): -4960232 or 1593524. OLE color: 1593524.

HSL color Cylindrical-coordinate representation of color #B45018: hue angle of 21.54º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B45018 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 80 24 -
CMYK 0 0.56 0.87 0.29
HSL 21.54º 0.76% 0.4% -
HSV(B) 21.54º 0.87% 0.71% -
XYZ 21.86 15.51 2.71 -
YUV 103.52 83.13 182.55 -
System Red Green Blue C M Y K H S L
Decimal 180 80 24 0 0.56 0.87 0.29 21.54 0.76 0.4
Hex B4 50 18 0 38 57 1D 16 4C 28
Octal 264 120 30 0 70 127 35 26 114 50
Binary 10110100 1010000 11000 0 111000 1010111 11101 10110 1001100 101000

Color Harmonies of #B45018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45018

Black with #B45018

Text Example


Text Example

White with #B45018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45018; }

 p { color: rgb(180,80,24); }

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

background-color css

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

 a { background-color: rgb(180,80,24); }

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

border-color css

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

 span { border-color: rgb(180,80,24); }

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