Html Css Color HEX #B04F03 Rust

📋 copy color: '#B04F03'

red 176 ◦ green 79 ◦ blue 3

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

Shades of Rust #B04F03

Tints of Rust #B04F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.16%

R = 68.22%
G = 30.62%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B04F03 (or 0xB04F03) is known color: Rust. HEX triplet: B0, 4F and 03. RGB value is (176,79,3). Sum of RGB (Red+Green+Blue) = 176+79+3=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B04F03 is #4FB0FC. Grayscale: #636363. Windows color (decimal): -5222653 or 217008. OLE color: 217008.

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

Color convert

RGB 176 79 3 -
CMYK 0 0.55 0.98 0.31
HSL 26.36º 0.97% 0.35% -
HSV(B) 26.36º 0.98% 0.69% -
XYZ 20.72 14.83 1.86 -
YUV 99.34 73.64 182.68 -
System Red Green Blue C M Y K H S L
Decimal 176 79 3 0 0.55 0.98 0.31 26.36 0.97 0.35
Hex B0 4F 3 0 37 62 1F 1A 61 23
Octal 260 117 3 0 67 142 37 32 141 43
Binary 10110000 1001111 11 0 110111 1100010 11111 11010 1100001 100011

Color Harmonies of #B04F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04F03

Black with #B04F03

Text Example


Text Example

White with #B04F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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