Html Css Color HEX #B45101 Rust

📋 copy color: '#B45101'

red 180 ◦ green 81 ◦ blue 1

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

Shades of Rust #B45101

Tints of Rust #B45101

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.92%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 68.7%
G = 30.92%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B45101 (or 0xB45101) is known color: Rust. HEX triplet: B4, 51 and 01. RGB value is (180,81,1). Sum of RGB (Red+Green+Blue) = 180+81+1=262 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.70% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 180 - color contains mainly: red. Hex color #B45101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45101 is #4BAEFE. Grayscale: #656565. Windows color (decimal): -4959999 or 86452. OLE color: 86452.

HSL color Cylindrical-coordinate representation of color #B45101: hue angle of 26.82º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B45101 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 81 1 -
CMYK 0 0.55 0.99 0.29
HSL 26.82º 0.99% 0.35% -
HSV(B) 26.82º 0.99% 0.71% -
XYZ 21.77 15.59 1.89 -
YUV 101.48 71.3 184 -
System Red Green Blue C M Y K H S L
Decimal 180 81 1 0 0.55 0.99 0.29 26.82 0.99 0.35
Hex B4 51 1 0 37 63 1D 1B 63 23
Octal 264 121 1 0 67 143 35 33 143 43
Binary 10110100 1010001 1 0 110111 1100011 11101 11011 1100011 100011

Color Harmonies of #B45101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45101

Black with #B45101

Text Example


Text Example

White with #B45101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45101; }

 p { color: rgb(180,81,1); }

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

background-color css

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

 a { background-color: rgb(180,81,1); }

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

border-color css

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

 span { border-color: rgb(180,81,1); }

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