Html Css Color HEX #B93800 Rust

📋 copy color: '#B93800'

red 185 ◦ green 56 ◦ blue 0

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

Shades of Rust #B93800

Tints of Rust #B93800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.24%

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

R = 76.76%
G = 23.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B93800 (or 0xB93800) is known color: Rust. HEX triplet: B9, 38 and 00. RGB value is (185,56,0). Sum of RGB (Red+Green+Blue) = 185+56+0=241 (31% of max value = 765). Red value is 185 (72.66% from 255 or 76.76% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 185 - color contains mainly: red. Hex color #B93800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93800 is #46C7FF. Grayscale: #585858. Windows color (decimal): -4638720 or 14521. OLE color: 14521.

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

Color convert

RGB 185 56 0 -
CMYK 0 0.70 1 0.27
HSL 18.16º 1% 0.36% -
HSV(B) 18.16º 1% 0.73% -
XYZ 21.42 13.14 1.41 -
YUV 88.19 78.24 197.05 -
System Red Green Blue C M Y K H S L
Decimal 185 56 0 0 0.70 1 0.27 18.16 1 0.36
Hex B9 38 0 0 46 64 1B 12 64 24
Octal 271 70 0 0 106 144 33 22 144 44
Binary 10111001 111000 0 0 1000110 1100100 11011 10010 1100100 100100

Color Harmonies of #B93800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93800

Black with #B93800

Text Example


Text Example

White with #B93800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93800; }

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

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

background-color css

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

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

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

border-color css

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

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

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