Html Css Color HEX #B44609 Rust

📋 copy color: '#B44609'

red 180 ◦ green 70 ◦ blue 9

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

Shades of Rust #B44609

Tints of Rust #B44609

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.03%

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

R = 69.5%
G = 27.03%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B44609 (or 0xB44609) is known color: Rust. HEX triplet: B4, 46 and 09. RGB value is (180,70,9). Sum of RGB (Red+Green+Blue) = 180+70+9=259 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.50% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 180 - color contains mainly: red. Hex color #B44609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44609 is #4BB9F6. Grayscale: #606060. Windows color (decimal): -4962807 or 607924. OLE color: 607924.

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

Color convert

RGB 180 70 9 -
CMYK 0 0.61 0.95 0.29
HSL 21.4º 0.9% 0.37% -
HSV(B) 21.4º 0.95% 0.71% -
XYZ 21.06 14.1 1.87 -
YUV 95.94 78.94 187.96 -
System Red Green Blue C M Y K H S L
Decimal 180 70 9 0 0.61 0.95 0.29 21.4 0.9 0.37
Hex B4 46 9 0 3D 5F 1D 15 5A 25
Octal 264 106 11 0 75 137 35 25 132 45
Binary 10110100 1000110 1001 0 111101 1011111 11101 10101 1011010 100101

Color Harmonies of #B44609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44609

Black with #B44609

Text Example


Text Example

White with #B44609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44609; }

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

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

background-color css

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

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

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

border-color css

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

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

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