Html Css Color HEX #B94502 Rust

📋 copy color: '#B94502'

red 185 ◦ green 69 ◦ blue 2

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

Shades of Rust #B94502

Tints of Rust #B94502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.95%

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

R = 72.27%
G = 26.95%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B94502 (or 0xB94502) is known color: Rust. HEX triplet: B9, 45 and 02. RGB value is (185,69,2). Sum of RGB (Red+Green+Blue) = 185+69+2=256 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.27% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 185 - color contains mainly: red. Hex color #B94502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94502 is #46BAFD. Grayscale: #606060. Windows color (decimal): -4635390 or 148921. OLE color: 148921.

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

Color convert

RGB 185 69 2 -
CMYK 0 0.63 0.99 0.27
HSL 21.97º 0.98% 0.37% -
HSV(B) 21.97º 0.99% 0.73% -
XYZ 22.15 14.57 1.7 -
YUV 96.05 74.93 191.45 -
System Red Green Blue C M Y K H S L
Decimal 185 69 2 0 0.63 0.99 0.27 21.97 0.98 0.37
Hex B9 45 2 0 3F 63 1B 16 62 25
Octal 271 105 2 0 77 143 33 26 142 45
Binary 10111001 1000101 10 0 111111 1100011 11011 10110 1100010 100101

Color Harmonies of #B94502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94502

Black with #B94502

Text Example


Text Example

White with #B94502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94502; }

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

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

background-color css

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

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

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

border-color css

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

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

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