Html Css Color HEX #B94300 Rust

📋 copy color: '#B94300'

red 185 ◦ green 67 ◦ blue 0

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

Shades of Rust #B94300

Tints of Rust #B94300

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.59%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.41%
G = 26.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B94300 (or 0xB94300) is known color: Rust. HEX triplet: B9, 43 and 00. RGB value is (185,67,0). Sum of RGB (Red+Green+Blue) = 185+67+0=252 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.41% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 185 - color contains mainly: red. Hex color #B94300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94300 is #46BCFF. Grayscale: #5F5F5F. Windows color (decimal): -4635904 or 17337. OLE color: 17337.

HSL color Cylindrical-coordinate representation of color #B94300: hue angle of 21.73º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B94300 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 67 0 -
CMYK 0 0.64 1 0.27
HSL 21.73º 1% 0.36% -
HSV(B) 21.73º 1% 0.73% -
XYZ 22.01 14.33 1.61 -
YUV 94.64 74.59 192.45 -
System Red Green Blue C M Y K H S L
Decimal 185 67 0 0 0.64 1 0.27 21.73 1 0.36
Hex B9 43 0 0 40 64 1B 16 64 24
Octal 271 103 0 0 100 144 33 26 144 44
Binary 10111001 1000011 0 0 1000000 1100100 11011 10110 1100100 100100

Color Harmonies of #B94300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94300

Black with #B94300

Text Example


Text Example

White with #B94300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94300; }

 p { color: rgb(185,67,0); }

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

background-color css

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

 a { background-color: rgb(185,67,0); }

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

border-color css

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

 span { border-color: rgb(185,67,0); }

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