Html Css Color HEX #B44907 Rust

📋 copy color: '#B44907'

red 180 ◦ green 73 ◦ blue 7

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

Shades of Rust #B44907

Tints of Rust #B44907

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.08%

 BLUE value IS 7 (3.13% from 255) = 2.69%

R = 69.23%
G = 28.08%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B44907 (or 0xB44907) is known color: Rust. HEX triplet: B4, 49 and 07. RGB value is (180,73,7). Sum of RGB (Red+Green+Blue) = 180+73+7=260 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.23% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 180 - color contains mainly: red. Hex color #B44907 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44907 is #4BB6F8. Grayscale: #616161. Windows color (decimal): -4962041 or 477620. OLE color: 477620.

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

Color convert

RGB 180 73 7 -
CMYK 0 0.59 0.96 0.29
HSL 22.89º 0.93% 0.37% -
HSV(B) 22.89º 0.96% 0.71% -
XYZ 21.24 14.48 1.88 -
YUV 97.47 76.95 186.87 -
System Red Green Blue C M Y K H S L
Decimal 180 73 7 0 0.59 0.96 0.29 22.89 0.93 0.37
Hex B4 49 7 0 3B 60 1D 17 5D 25
Octal 264 111 7 0 73 140 35 27 135 45
Binary 10110100 1001001 111 0 111011 1100000 11101 10111 1011101 100101

Color Harmonies of #B44907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44907

Black with #B44907

Text Example


Text Example

White with #B44907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44907; }

 p { color: rgb(180,73,7); }

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

background-color css

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

 a { background-color: rgb(180,73,7); }

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

border-color css

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

 span { border-color: rgb(180,73,7); }

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