Html Css Color HEX #B04701 Rust

📋 copy color: '#B04701'

red 176 ◦ green 71 ◦ blue 1

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

Shades of Rust #B04701

Tints of Rust #B04701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 70.97%
G = 28.63%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B04701 (or 0xB04701) is known color: Rust. HEX triplet: B0, 47 and 01. RGB value is (176,71,1). Sum of RGB (Red+Green+Blue) = 176+71+1=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B04701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04701 is #4FB8FE. Grayscale: #5E5E5E. Windows color (decimal): -5224703 or 83888. OLE color: 83888.

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

Color convert

RGB 176 71 1 -
CMYK 0 0.60 0.99 0.31
HSL 24º 0.99% 0.35% -
HSV(B) 24º 0.99% 0.69% -
XYZ 20.16 13.74 1.62 -
YUV 94.42 75.29 186.19 -
System Red Green Blue C M Y K H S L
Decimal 176 71 1 0 0.60 0.99 0.31 24 0.99 0.35
Hex B0 47 1 0 3C 63 1F 18 63 23
Octal 260 107 1 0 74 143 37 30 143 43
Binary 10110000 1000111 1 0 111100 1100011 11111 11000 1100011 100011

Color Harmonies of #B04701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04701

Black with #B04701

Text Example


Text Example

White with #B04701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04701; }

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

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

background-color css

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

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

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

border-color css

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

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

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