Html Css Color HEX #B94802 Rust

📋 copy color: '#B94802'

red 185 ◦ green 72 ◦ blue 2

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

Shades of Rust #B94802

Tints of Rust #B94802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.8%

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

R = 71.43%
G = 27.8%
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

#B94802 (or 0xB94802) is known color: Rust. HEX triplet: B9, 48 and 02. RGB value is (185,72,2). Sum of RGB (Red+Green+Blue) = 185+72+2=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B94802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94802 is #46B7FD. Grayscale: #626262. Windows color (decimal): -4634622 or 149689. OLE color: 149689.

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

Color convert

RGB 185 72 2 -
CMYK 0 0.61 0.99 0.27
HSL 22.95º 0.98% 0.37% -
HSV(B) 22.95º 0.99% 0.73% -
XYZ 22.34 14.95 1.77 -
YUV 97.81 73.94 190.19 -
System Red Green Blue C M Y K H S L
Decimal 185 72 2 0 0.61 0.99 0.27 22.95 0.98 0.37
Hex B9 48 2 0 3D 63 1B 17 62 25
Octal 271 110 2 0 75 143 33 27 142 45
Binary 10111001 1001000 10 0 111101 1100011 11011 10111 1100010 100101

Color Harmonies of #B94802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94802

Black with #B94802

Text Example


Text Example

White with #B94802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94802; }

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

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

background-color css

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

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

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

border-color css

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

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

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