Html Css Color HEX #B94602 Rust

📋 copy color: '#B94602'

red 185 ◦ green 70 ◦ blue 2

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

Shades of Rust #B94602

Tints of Rust #B94602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.24%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 71.98%
G = 27.24%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B94602 (or 0xB94602) is known color: Rust. HEX triplet: B9, 46 and 02. RGB value is (185,70,2). Sum of RGB (Red+Green+Blue) = 185+70+2=257 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.98% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 185 - color contains mainly: red. Hex color #B94602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94602 is #46B9FD. Grayscale: #616161. Windows color (decimal): -4635134 or 149177. OLE color: 149177.

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

Color convert

RGB 185 70 2 -
CMYK 0 0.62 0.99 0.27
HSL 22.3º 0.98% 0.37% -
HSV(B) 22.3º 0.99% 0.73% -
XYZ 22.21 14.7 1.72 -
YUV 96.63 74.6 191.03 -
System Red Green Blue C M Y K H S L
Decimal 185 70 2 0 0.62 0.99 0.27 22.3 0.98 0.37
Hex B9 46 2 0 3E 63 1B 16 62 25
Octal 271 106 2 0 76 143 33 26 142 45
Binary 10111001 1000110 10 0 111110 1100011 11011 10110 1100010 100101

Color Harmonies of #B94602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94602

Black with #B94602

Text Example


Text Example

White with #B94602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94602; }

 p { color: rgb(185,70,2); }

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

background-color css

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

 a { background-color: rgb(185,70,2); }

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

border-color css

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

 span { border-color: rgb(185,70,2); }

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