Html Css Color HEX #B04F0A Rust

📋 copy color: '#B04F0A'

red 176 ◦ green 79 ◦ blue 10

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

Shades of Rust #B04F0A

Tints of Rust #B04F0A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.81%

 BLUE value IS 10 (4.3% from 255) = 3.77%

R = 66.42%
G = 29.81%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B04F0A (or 0xB04F0A) is known color: Rust. HEX triplet: B0, 4F and 0A. RGB value is (176,79,10). Sum of RGB (Red+Green+Blue) = 176+79+10=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B04F0A is #4FB0F5. Grayscale: #646464. Windows color (decimal): -5222646 or 675760. OLE color: 675760.

HSL color Cylindrical-coordinate representation of color #B04F0A: hue angle of 24.94º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B04F0A is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 79 10 -
CMYK 0 0.55 0.94 0.31
HSL 24.94º 0.89% 0.36% -
HSV(B) 24.94º 0.94% 0.69% -
XYZ 20.76 14.84 2.06 -
YUV 100.14 77.14 182.11 -
System Red Green Blue C M Y K H S L
Decimal 176 79 10 0 0.55 0.94 0.31 24.94 0.89 0.36
Hex B0 4F A 0 37 5E 1F 19 59 24
Octal 260 117 12 0 67 136 37 31 131 44
Binary 10110000 1001111 1010 0 110111 1011110 11111 11001 1011001 100100

Color Harmonies of #B04F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04F0A

Black with #B04F0A

Text Example


Text Example

White with #B04F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04F0A; }

 p { color: rgb(176,79,10); }

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

background-color css

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

 a { background-color: rgb(176,79,10); }

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

border-color css

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

 span { border-color: rgb(176,79,10); }

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