Html Css Color HEX #B93607 Rust

📋 copy color: '#B93607'

red 185 ◦ green 54 ◦ blue 7

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

Shades of Rust #B93607

Tints of Rust #B93607

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.95%

 BLUE value IS 7 (3.13% from 255) = 2.85%

R = 75.2%
G = 21.95%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B93607 (or 0xB93607) is known color: Rust. HEX triplet: B9, 36 and 07. RGB value is (185,54,7). Sum of RGB (Red+Green+Blue) = 185+54+7=246 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.20% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 185 - color contains mainly: red. Hex color #B93607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93607 is #46C9F8. Grayscale: #585858. Windows color (decimal): -4639225 or 472761. OLE color: 472761.

HSL color Cylindrical-coordinate representation of color #B93607: hue angle of 15.84º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B93607 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 54 7 -
CMYK 0 0.71 0.96 0.27
HSL 15.84º 0.93% 0.38% -
HSV(B) 15.84º 0.96% 0.73% -
XYZ 21.37 12.97 1.58 -
YUV 87.81 82.4 197.32 -
System Red Green Blue C M Y K H S L
Decimal 185 54 7 0 0.71 0.96 0.27 15.84 0.93 0.38
Hex B9 36 7 0 47 60 1B 10 5D 26
Octal 271 66 7 0 107 140 33 20 135 46
Binary 10111001 110110 111 0 1000111 1100000 11011 10000 1011101 100110

Color Harmonies of #B93607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93607

Black with #B93607

Text Example


Text Example

White with #B93607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93607; }

 p { color: rgb(185,54,7); }

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

background-color css

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

 a { background-color: rgb(185,54,7); }

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

border-color css

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

 span { border-color: rgb(185,54,7); }

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