Html Css Color HEX #B93E00 Rust

📋 copy color: '#B93E00'

red 185 ◦ green 62 ◦ blue 0

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

Shades of Rust #B93E00

Tints of Rust #B93E00

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.1%

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

R = 74.9%
G = 25.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B93E00 (or 0xB93E00) is known color: Rust. HEX triplet: B9, 3E and 00. RGB value is (185,62,0). Sum of RGB (Red+Green+Blue) = 185+62+0=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93E00 is #46C1FF. Grayscale: #5C5C5C. Windows color (decimal): -4637184 or 16057. OLE color: 16057.

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

Color convert

RGB 185 62 0 -
CMYK 0 0.66 1 0.27
HSL 20.11º 1% 0.36% -
HSV(B) 20.11º 1% 0.73% -
XYZ 21.73 13.76 1.51 -
YUV 91.71 76.25 194.54 -
System Red Green Blue C M Y K H S L
Decimal 185 62 0 0 0.66 1 0.27 20.11 1 0.36
Hex B9 3E 0 0 42 64 1B 14 64 24
Octal 271 76 0 0 102 144 33 24 144 44
Binary 10111001 111110 0 0 1000010 1100100 11011 10100 1100100 100100

Color Harmonies of #B93E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93E00

Black with #B93E00

Text Example


Text Example

White with #B93E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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