Html Css Color HEX #B94503 Rust

📋 copy color: '#B94503'

red 185 ◦ green 69 ◦ blue 3

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

Shades of Rust #B94503

Tints of Rust #B94503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.17%

R = 71.98%
G = 26.85%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B94503 (or 0xB94503) is known color: Rust. HEX triplet: B9, 45 and 03. RGB value is (185,69,3). Sum of RGB (Red+Green+Blue) = 185+69+3=257 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.98% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 185 - color contains mainly: red. Hex color #B94503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94503 is #46BAFC. Grayscale: #606060. Windows color (decimal): -4635389 or 214457. OLE color: 214457.

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

Color convert

RGB 185 69 3 -
CMYK 0 0.63 0.98 0.27
HSL 21.76º 0.97% 0.37% -
HSV(B) 21.76º 0.98% 0.73% -
XYZ 22.15 14.58 1.73 -
YUV 96.16 75.43 191.37 -
System Red Green Blue C M Y K H S L
Decimal 185 69 3 0 0.63 0.98 0.27 21.76 0.97 0.37
Hex B9 45 3 0 3F 62 1B 16 61 25
Octal 271 105 3 0 77 142 33 26 141 45
Binary 10111001 1000101 11 0 111111 1100010 11011 10110 1100001 100101

Color Harmonies of #B94503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94503

Black with #B94503

Text Example


Text Example

White with #B94503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94503; }

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

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

background-color css

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

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

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

border-color css

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

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

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