Html Css Color HEX #B45812 Rust

📋 copy color: '#B45812'

red 180 ◦ green 88 ◦ blue 18

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

Shades of Rust #B45812

Tints of Rust #B45812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.29%

R = 62.94%
G = 30.77%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B45812 (or 0xB45812) is known color: Rust. HEX triplet: B4, 58 and 12. RGB value is (180,88,18). Sum of RGB (Red+Green+Blue) = 180+88+18=286 (37% of max value = 765). Red value is 180 (70.70% from 255 or 62.94% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 180 - color contains mainly: red. Hex color #B45812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45812 is #4BA7ED. Grayscale: #6B6B6B. Windows color (decimal): -4958190 or 1202356. OLE color: 1202356.

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

Color convert

RGB 180 88 18 -
CMYK 0 0.51 0.9 0.29
HSL 25.93º 0.82% 0.39% -
HSV(B) 25.93º 0.9% 0.71% -
XYZ 22.42 16.73 2.62 -
YUV 107.53 77.48 179.69 -
System Red Green Blue C M Y K H S L
Decimal 180 88 18 0 0.51 0.9 0.29 25.93 0.82 0.39
Hex B4 58 12 0 33 5A 1D 1A 52 27
Octal 264 130 22 0 63 132 35 32 122 47
Binary 10110100 1011000 10010 0 110011 1011010 11101 11010 1010010 100111

Color Harmonies of #B45812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45812

Black with #B45812

Text Example


Text Example

White with #B45812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45812; }

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

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

background-color css

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

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

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

border-color css

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

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

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