Html Css Color HEX #B04901 Rust

📋 copy color: '#B04901'

red 176 ◦ green 73 ◦ blue 1

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

Shades of Rust #B04901

Tints of Rust #B04901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.2%

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

R = 70.4%
G = 29.2%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B04901 (or 0xB04901) is known color: Rust. HEX triplet: B0, 49 and 01. RGB value is (176,73,1). Sum of RGB (Red+Green+Blue) = 176+73+1=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B04901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04901 is #4FB6FE. Grayscale: #5F5F5F. Windows color (decimal): -5224191 or 84400. OLE color: 84400.

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

Color convert

RGB 176 73 1 -
CMYK 0 0.59 0.99 0.31
HSL 24.69º 0.99% 0.35% -
HSV(B) 24.69º 0.99% 0.69% -
XYZ 20.29 14 1.66 -
YUV 95.59 74.62 185.35 -
System Red Green Blue C M Y K H S L
Decimal 176 73 1 0 0.59 0.99 0.31 24.69 0.99 0.35
Hex B0 49 1 0 3B 63 1F 19 63 23
Octal 260 111 1 0 73 143 37 31 143 43
Binary 10110000 1001001 1 0 111011 1100011 11111 11001 1100011 100011

Color Harmonies of #B04901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04901

Black with #B04901

Text Example


Text Example

White with #B04901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04901; }

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

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

background-color css

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

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

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

border-color css

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

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

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