Html Css Color HEX #B04910 Rust

📋 copy color: '#B04910'

red 176 ◦ green 73 ◦ blue 16

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

Shades of Rust #B04910

Tints of Rust #B04910

RGB

 RED value IS 176 (69.14% from 255) = 66.42%

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

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

R = 66.42%
G = 27.55%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B04910 (or 0xB04910) is known color: Rust. HEX triplet: B0, 49 and 10. RGB value is (176,73,16). Sum of RGB (Red+Green+Blue) = 176+73+16=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B04910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04910 is #4FB6EF. Grayscale: #616161. Windows color (decimal): -5224176 or 1067440. OLE color: 1067440.

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

Color convert

RGB 176 73 16 -
CMYK 0 0.59 0.91 0.31
HSL 21.38º 0.83% 0.38% -
HSV(B) 21.38º 0.91% 0.69% -
XYZ 20.38 14.03 2.12 -
YUV 97.3 82.12 184.13 -
System Red Green Blue C M Y K H S L
Decimal 176 73 16 0 0.59 0.91 0.31 21.38 0.83 0.38
Hex B0 49 10 0 3B 5B 1F 15 53 26
Octal 260 111 20 0 73 133 37 25 123 46
Binary 10110000 1001001 10000 0 111011 1011011 11111 10101 1010011 100110

Color Harmonies of #B04910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04910

Black with #B04910

Text Example


Text Example

White with #B04910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04910; }

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

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

background-color css

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

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

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

border-color css

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

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

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