Html Css Color HEX #B94401 Rust

📋 copy color: '#B94401'

red 185 ◦ green 68 ◦ blue 1

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

Shades of Rust #B94401

Tints of Rust #B94401

RGB

 RED value IS 185 (72.66% from 255) = 72.83%

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

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

R = 72.83%
G = 26.77%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B94401 (or 0xB94401) is known color: Rust. HEX triplet: B9, 44 and 01. RGB value is (185,68,1). Sum of RGB (Red+Green+Blue) = 185+68+1=254 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.83% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 185 - color contains mainly: red. Hex color #B94401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94401 is #46BBFE. Grayscale: #5F5F5F. Windows color (decimal): -4635647 or 83129. OLE color: 83129.

HSL color Cylindrical-coordinate representation of color #B94401: hue angle of 21.85º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B94401 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 68 1 -
CMYK 0 0.63 0.99 0.27
HSL 21.85º 0.99% 0.36% -
HSV(B) 21.85º 0.99% 0.73% -
XYZ 22.08 14.45 1.65 -
YUV 95.35 74.76 191.95 -
System Red Green Blue C M Y K H S L
Decimal 185 68 1 0 0.63 0.99 0.27 21.85 0.99 0.36
Hex B9 44 1 0 3F 63 1B 16 63 24
Octal 271 104 1 0 77 143 33 26 143 44
Binary 10111001 1000100 1 0 111111 1100011 11011 10110 1100011 100100

Color Harmonies of #B94401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94401

Black with #B94401

Text Example


Text Example

White with #B94401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94401; }

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

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

background-color css

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

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

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

border-color css

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

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

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