Html Css Color HEX #B04810 Rust

📋 copy color: '#B04810'

red 176 ◦ green 72 ◦ blue 16

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

Shades of Rust #B04810

Tints of Rust #B04810

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.27%

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

R = 66.67%
G = 27.27%
B = 6.06%

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

#B04810 (or 0xB04810) is known color: Rust. HEX triplet: B0, 48 and 10. RGB value is (176,72,16). Sum of RGB (Red+Green+Blue) = 176+72+16=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B04810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04810 is #4FB7EF. Grayscale: #616161. Windows color (decimal): -5224432 or 1067184. OLE color: 1067184.

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

Color convert

RGB 176 72 16 -
CMYK 0 0.59 0.91 0.31
HSL 21º 0.83% 0.38% -
HSV(B) 21º 0.91% 0.69% -
XYZ 20.32 13.9 2.1 -
YUV 96.71 82.46 184.55 -
System Red Green Blue C M Y K H S L
Decimal 176 72 16 0 0.59 0.91 0.31 21 0.83 0.38
Hex B0 48 10 0 3B 5B 1F 15 53 26
Octal 260 110 20 0 73 133 37 25 123 46
Binary 10110000 1001000 10000 0 111011 1011011 11111 10101 1010011 100110

Color Harmonies of #B04810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04810

Black with #B04810

Text Example


Text Example

White with #B04810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04810; }

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

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

background-color css

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

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

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

border-color css

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

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

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