Html Css Color HEX #B45009 Rust

📋 copy color: '#B45009'

red 180 ◦ green 80 ◦ blue 9

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

Shades of Rust #B45009

Tints of Rust #B45009

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.74%

 BLUE value IS 9 (3.91% from 255) = 3.35%

R = 66.91%
G = 29.74%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B45009 (or 0xB45009) is known color: Rust. HEX triplet: B4, 50 and 09. RGB value is (180,80,9). Sum of RGB (Red+Green+Blue) = 180+80+9=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B45009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45009 is #4BAFF6. Grayscale: #666666. Windows color (decimal): -4960247 or 610484. OLE color: 610484.

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

Color convert

RGB 180 80 9 -
CMYK 0 0.56 0.95 0.29
HSL 24.91º 0.9% 0.37% -
HSV(B) 24.91º 0.95% 0.71% -
XYZ 21.74 15.46 2.1 -
YUV 101.81 75.63 183.77 -
System Red Green Blue C M Y K H S L
Decimal 180 80 9 0 0.56 0.95 0.29 24.91 0.9 0.37
Hex B4 50 9 0 38 5F 1D 19 5A 25
Octal 264 120 11 0 70 137 35 31 132 45
Binary 10110100 1010000 1001 0 111000 1011111 11101 11001 1011010 100101

Color Harmonies of #B45009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45009

Black with #B45009

Text Example


Text Example

White with #B45009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45009; }

 p { color: rgb(180,80,9); }

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

background-color css

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

 a { background-color: rgb(180,80,9); }

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

border-color css

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

 span { border-color: rgb(180,80,9); }

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