Html Css Color HEX #B45318 Rust

📋 copy color: '#B45318'

red 180 ◦ green 83 ◦ blue 24

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

Shades of Rust #B45318

Tints of Rust #B45318

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.92%

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

R = 62.72%
G = 28.92%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B45318 (or 0xB45318) is known color: Rust. HEX triplet: B4, 53 and 18. RGB value is (180,83,24). Sum of RGB (Red+Green+Blue) = 180+83+24=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B45318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45318 is #4BACE7. Grayscale: #696969. Windows color (decimal): -4959464 or 1594292. OLE color: 1594292.

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

Color convert

RGB 180 83 24 -
CMYK 0 0.54 0.87 0.29
HSL 22.69º 0.76% 0.4% -
HSV(B) 22.69º 0.87% 0.71% -
XYZ 22.08 15.96 2.78 -
YUV 105.28 82.14 181.3 -
System Red Green Blue C M Y K H S L
Decimal 180 83 24 0 0.54 0.87 0.29 22.69 0.76 0.4
Hex B4 53 18 0 36 57 1D 17 4C 28
Octal 264 123 30 0 66 127 35 27 114 50
Binary 10110100 1010011 11000 0 110110 1010111 11101 10111 1001100 101000

Color Harmonies of #B45318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45318

Black with #B45318

Text Example


Text Example

White with #B45318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45318; }

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

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

background-color css

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

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

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

border-color css

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

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

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