Html Css Color HEX #B94305 Rust

📋 copy color: '#B94305'

red 185 ◦ green 67 ◦ blue 5

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

Shades of Rust #B94305

Tints of Rust #B94305

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.07%

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

R = 71.98%
G = 26.07%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B94305 (or 0xB94305) is known color: Rust. HEX triplet: B9, 43 and 05. RGB value is (185,67,5). Sum of RGB (Red+Green+Blue) = 185+67+5=257 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.98% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 185 - color contains mainly: red. Hex color #B94305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94305 is #46BCFA. Grayscale: #5F5F5F. Windows color (decimal): -4635899 or 345017. OLE color: 345017.

HSL color Cylindrical-coordinate representation of color #B94305: hue angle of 20.67º 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 #B94305 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 67 5 -
CMYK 0 0.64 0.97 0.27
HSL 20.67º 0.95% 0.37% -
HSV(B) 20.67º 0.97% 0.73% -
XYZ 22.04 14.34 1.75 -
YUV 95.21 77.09 192.04 -
System Red Green Blue C M Y K H S L
Decimal 185 67 5 0 0.64 0.97 0.27 20.67 0.95 0.37
Hex B9 43 5 0 40 61 1B 15 5F 25
Octal 271 103 5 0 100 141 33 25 137 45
Binary 10111001 1000011 101 0 1000000 1100001 11011 10101 1011111 100101

Color Harmonies of #B94305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94305

Black with #B94305

Text Example


Text Example

White with #B94305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94305; }

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

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

background-color css

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

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

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

border-color css

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

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

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