Html Css Color HEX #B94405 Rust

📋 copy color: '#B94405'

red 185 ◦ green 68 ◦ blue 5

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

Shades of Rust #B94405

Tints of Rust #B94405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.94%

R = 71.71%
G = 26.36%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B94405 (or 0xB94405) is known color: Rust. HEX triplet: B9, 44 and 05. RGB value is (185,68,5). Sum of RGB (Red+Green+Blue) = 185+68+5=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B94405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94405 is #46BBFA. Grayscale: #606060. Windows color (decimal): -4635643 or 345273. OLE color: 345273.

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

Color convert

RGB 185 68 5 -
CMYK 0 0.63 0.97 0.27
HSL 21º 0.95% 0.37% -
HSV(B) 21º 0.97% 0.73% -
XYZ 22.1 14.46 1.77 -
YUV 95.8 76.76 191.62 -
System Red Green Blue C M Y K H S L
Decimal 185 68 5 0 0.63 0.97 0.27 21 0.95 0.37
Hex B9 44 5 0 3F 61 1B 15 5F 25
Octal 271 104 5 0 77 141 33 25 137 45
Binary 10111001 1000100 101 0 111111 1100001 11011 10101 1011111 100101

Color Harmonies of #B94405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94405

Black with #B94405

Text Example


Text Example

White with #B94405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94405; }

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

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

background-color css

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

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

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

border-color css

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

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

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