Html Css Color HEX #B45512 Rust

📋 copy color: '#B45512'

red 180 ◦ green 85 ◦ blue 18

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

Shades of Rust #B45512

Tints of Rust #B45512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.04%

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

R = 63.6%
G = 30.04%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B45512 (or 0xB45512) is known color: Rust. HEX triplet: B4, 55 and 12. RGB value is (180,85,18). Sum of RGB (Red+Green+Blue) = 180+85+18=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B45512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45512 is #4BAAED. Grayscale: #6A6A6A. Windows color (decimal): -4958958 or 1201588. OLE color: 1201588.

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

Color convert

RGB 180 85 18 -
CMYK 0 0.53 0.9 0.29
HSL 24.81º 0.82% 0.39% -
HSV(B) 24.81º 0.9% 0.71% -
XYZ 22.18 16.24 2.54 -
YUV 105.77 78.47 180.95 -
System Red Green Blue C M Y K H S L
Decimal 180 85 18 0 0.53 0.9 0.29 24.81 0.82 0.39
Hex B4 55 12 0 35 5A 1D 19 52 27
Octal 264 125 22 0 65 132 35 31 122 47
Binary 10110100 1010101 10010 0 110101 1011010 11101 11001 1010010 100111

Color Harmonies of #B45512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45512

Black with #B45512

Text Example


Text Example

White with #B45512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45512; }

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

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

background-color css

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

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

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

border-color css

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

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

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