Html Css Color HEX #B94902 Rust

📋 copy color: '#B94902'

red 185 ◦ green 73 ◦ blue 2

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

Shades of Rust #B94902

Tints of Rust #B94902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.08%

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

R = 71.15%
G = 28.08%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B94902 (or 0xB94902) is known color: Rust. HEX triplet: B9, 49 and 02. RGB value is (185,73,2). Sum of RGB (Red+Green+Blue) = 185+73+2=260 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.15% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 185 - color contains mainly: red. Hex color #B94902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94902 is #46B6FD. Grayscale: #626262. Windows color (decimal): -4634366 or 149945. OLE color: 149945.

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

Color convert

RGB 185 73 2 -
CMYK 0 0.61 0.99 0.27
HSL 23.28º 0.98% 0.37% -
HSV(B) 23.28º 0.99% 0.73% -
XYZ 22.4 15.08 1.79 -
YUV 98.39 73.61 189.77 -
System Red Green Blue C M Y K H S L
Decimal 185 73 2 0 0.61 0.99 0.27 23.28 0.98 0.37
Hex B9 49 2 0 3D 63 1B 17 62 25
Octal 271 111 2 0 75 143 33 27 142 45
Binary 10111001 1001001 10 0 111101 1100011 11011 10111 1100010 100101

Color Harmonies of #B94902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94902

Black with #B94902

Text Example


Text Example

White with #B94902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94902; }

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

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

background-color css

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

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

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

border-color css

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

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

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