Html Css Color HEX #B04401 Rust

📋 copy color: '#B04401'

red 176 ◦ green 68 ◦ blue 1

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

Shades of Rust #B04401

Tints of Rust #B04401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.76%

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

R = 71.84%
G = 27.76%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B04401 (or 0xB04401) is known color: Rust. HEX triplet: B0, 44 and 01. RGB value is (176,68,1). Sum of RGB (Red+Green+Blue) = 176+68+1=245 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.84% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 176 - color contains mainly: red. Hex color #B04401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04401 is #4FBBFE. Grayscale: #5D5D5D. Windows color (decimal): -5225471 or 83120. OLE color: 83120.

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

Color convert

RGB 176 68 1 -
CMYK 0 0.61 0.99 0.31
HSL 22.97º 0.99% 0.35% -
HSV(B) 22.97º 0.99% 0.69% -
XYZ 19.98 13.37 1.56 -
YUV 92.65 76.28 187.45 -
System Red Green Blue C M Y K H S L
Decimal 176 68 1 0 0.61 0.99 0.31 22.97 0.99 0.35
Hex B0 44 1 0 3D 63 1F 17 63 23
Octal 260 104 1 0 75 143 37 27 143 43
Binary 10110000 1000100 1 0 111101 1100011 11111 10111 1100011 100011

Color Harmonies of #B04401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04401

Black with #B04401

Text Example


Text Example

White with #B04401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04401; }

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

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

background-color css

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

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

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

border-color css

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

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

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