Html Css Color HEX #B44A09 Rust

📋 copy color: '#B44A09'

red 180 ◦ green 74 ◦ blue 9

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

Shades of Rust #B44A09

Tints of Rust #B44A09

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.14%

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

R = 68.44%
G = 28.14%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B44A09 (or 0xB44A09) is known color: Rust. HEX triplet: B4, 4A and 09. RGB value is (180,74,9). Sum of RGB (Red+Green+Blue) = 180+74+9=263 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.44% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44A09 is #4BB5F6. Grayscale: #626262. Windows color (decimal): -4961783 or 608948. OLE color: 608948.

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

Color convert

RGB 180 74 9 -
CMYK 0 0.59 0.95 0.29
HSL 22.81º 0.9% 0.37% -
HSV(B) 22.81º 0.95% 0.71% -
XYZ 21.32 14.62 1.96 -
YUV 98.28 77.62 186.29 -
System Red Green Blue C M Y K H S L
Decimal 180 74 9 0 0.59 0.95 0.29 22.81 0.9 0.37
Hex B4 4A 9 0 3B 5F 1D 17 5A 25
Octal 264 112 11 0 73 137 35 27 132 45
Binary 10110100 1001010 1001 0 111011 1011111 11101 10111 1011010 100101

Color Harmonies of #B44A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44A09

Black with #B44A09

Text Example


Text Example

White with #B44A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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