Html Css Color HEX #B04703 Rust

📋 copy color: '#B04703'

red 176 ◦ green 71 ◦ blue 3

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

Shades of Rust #B04703

Tints of Rust #B04703

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.4%

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

R = 70.4%
G = 28.4%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B04703 (or 0xB04703) is known color: Rust. HEX triplet: B0, 47 and 03. RGB value is (176,71,3). Sum of RGB (Red+Green+Blue) = 176+71+3=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B04703 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04703 is #4FB8FC. Grayscale: #5F5F5F. Windows color (decimal): -5224701 or 214960. OLE color: 214960.

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

Color convert

RGB 176 71 3 -
CMYK 0 0.60 0.98 0.31
HSL 23.58º 0.97% 0.35% -
HSV(B) 23.58º 0.98% 0.69% -
XYZ 20.17 13.74 1.68 -
YUV 94.64 76.29 186.03 -
System Red Green Blue C M Y K H S L
Decimal 176 71 3 0 0.60 0.98 0.31 23.58 0.97 0.35
Hex B0 47 3 0 3C 62 1F 18 61 23
Octal 260 107 3 0 74 142 37 30 141 43
Binary 10110000 1000111 11 0 111100 1100010 11111 11000 1100001 100011

Color Harmonies of #B04703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04703

Black with #B04703

Text Example


Text Example

White with #B04703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04703; }

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

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

background-color css

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

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

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

border-color css

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

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

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