Html Css Color HEX #B44910 Rust

📋 copy color: '#B44910'

red 180 ◦ green 73 ◦ blue 16

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

Shades of Rust #B44910

Tints of Rust #B44910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.95%

R = 66.91%
G = 27.14%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B44910 (or 0xB44910) is known color: Rust. HEX triplet: B4, 49 and 10. RGB value is (180,73,16). Sum of RGB (Red+Green+Blue) = 180+73+16=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B44910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44910 is #4BB6EF. Grayscale: #626262. Windows color (decimal): -4962032 or 1067444. OLE color: 1067444.

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

Color convert

RGB 180 73 16 -
CMYK 0 0.59 0.91 0.29
HSL 20.85º 0.84% 0.38% -
HSV(B) 20.85º 0.91% 0.71% -
XYZ 21.3 14.51 2.17 -
YUV 98.5 81.45 186.13 -
System Red Green Blue C M Y K H S L
Decimal 180 73 16 0 0.59 0.91 0.29 20.85 0.84 0.38
Hex B4 49 10 0 3B 5B 1D 15 54 26
Octal 264 111 20 0 73 133 35 25 124 46
Binary 10110100 1001001 10000 0 111011 1011011 11101 10101 1010100 100110

Color Harmonies of #B44910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44910

Black with #B44910

Text Example


Text Example

White with #B44910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44910; }

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

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

background-color css

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

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

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

border-color css

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

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

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