Html Css Color HEX #B45A0F Rust

📋 copy color: '#B45A0F'

red 180 ◦ green 90 ◦ blue 15

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

Shades of Rust #B45A0F

Tints of Rust #B45A0F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.58%

 BLUE value IS 15 (6.25% from 255) = 5.26%

R = 63.16%
G = 31.58%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B45A0F (or 0xB45A0F) is known color: Rust. HEX triplet: B4, 5A and 0F. RGB value is (180,90,15). Sum of RGB (Red+Green+Blue) = 180+90+15=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45A0F is #4BA5F0. Grayscale: #6C6C6C. Windows color (decimal): -4957681 or 1006260. OLE color: 1006260.

HSL color Cylindrical-coordinate representation of color #B45A0F: hue angle of 27.27º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B45A0F is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 90 15 -
CMYK 0 0.50 0.92 0.29
HSL 27.27º 0.85% 0.38% -
HSV(B) 27.27º 0.92% 0.71% -
XYZ 22.56 17.05 2.55 -
YUV 108.36 75.32 179.1 -
System Red Green Blue C M Y K H S L
Decimal 180 90 15 0 0.50 0.92 0.29 27.27 0.85 0.38
Hex B4 5A F 0 32 5C 1D 1B 55 26
Octal 264 132 17 0 62 134 35 33 125 46
Binary 10110100 1011010 1111 0 110010 1011100 11101 11011 1010101 100110

Color Harmonies of #B45A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45A0F

Black with #B45A0F

Text Example


Text Example

White with #B45A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45A0F; }

 p { color: rgb(180,90,15); }

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

background-color css

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

 a { background-color: rgb(180,90,15); }

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

border-color css

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

 span { border-color: rgb(180,90,15); }

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