Html Css Color HEX #B93805 Rust

📋 copy color: '#B93805'

red 185 ◦ green 56 ◦ blue 5

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

Shades of Rust #B93805

Tints of Rust #B93805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.03%

R = 75.2%
G = 22.76%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B93805 (or 0xB93805) is known color: Rust. HEX triplet: B9, 38 and 05. RGB value is (185,56,5). Sum of RGB (Red+Green+Blue) = 185+56+5=246 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.20% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 185 - color contains mainly: red. Hex color #B93805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93805 is #46C7FA. Grayscale: #595959. Windows color (decimal): -4638715 or 342201. OLE color: 342201.

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

Color convert

RGB 185 56 5 -
CMYK 0 0.70 0.97 0.27
HSL 17º 0.95% 0.37% -
HSV(B) 17º 0.97% 0.73% -
XYZ 21.45 13.15 1.55 -
YUV 88.76 80.74 196.65 -
System Red Green Blue C M Y K H S L
Decimal 185 56 5 0 0.70 0.97 0.27 17 0.95 0.37
Hex B9 38 5 0 46 61 1B 11 5F 25
Octal 271 70 5 0 106 141 33 21 137 45
Binary 10111001 111000 101 0 1000110 1100001 11011 10001 1011111 100101

Color Harmonies of #B93805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93805

Black with #B93805

Text Example


Text Example

White with #B93805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93805; }

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

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

background-color css

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

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

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

border-color css

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

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

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