Html Css Color HEX #B93D00 Rust

📋 copy color: '#B93D00'

red 185 ◦ green 61 ◦ blue 0

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

Shades of Rust #B93D00

Tints of Rust #B93D00

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.8%

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

R = 75.2%
G = 24.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B93D00 (or 0xB93D00) is known color: Rust. HEX triplet: B9, 3D and 00. RGB value is (185,61,0). Sum of RGB (Red+Green+Blue) = 185+61+0=246 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.20% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93D00 is #46C2FF. Grayscale: #5B5B5B. Windows color (decimal): -4637440 or 15801. OLE color: 15801.

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

Color convert

RGB 185 61 0 -
CMYK 0 0.67 1 0.27
HSL 19.78º 1% 0.36% -
HSV(B) 19.78º 1% 0.73% -
XYZ 21.68 13.65 1.49 -
YUV 91.12 76.58 194.96 -
System Red Green Blue C M Y K H S L
Decimal 185 61 0 0 0.67 1 0.27 19.78 1 0.36
Hex B9 3D 0 0 43 64 1B 14 64 24
Octal 271 75 0 0 103 144 33 24 144 44
Binary 10111001 111101 0 0 1000011 1100100 11011 10100 1100100 100100

Color Harmonies of #B93D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93D00

Black with #B93D00

Text Example


Text Example

White with #B93D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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