Html Css Color HEX #B93606 Rust

📋 copy color: '#B93606'

red 185 ◦ green 54 ◦ blue 6

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

Shades of Rust #B93606

Tints of Rust #B93606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.45%

R = 75.51%
G = 22.04%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B93606 (or 0xB93606) is known color: Rust. HEX triplet: B9, 36 and 06. RGB value is (185,54,6). Sum of RGB (Red+Green+Blue) = 185+54+6=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B93606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93606 is #46C9F9. Grayscale: #585858. Windows color (decimal): -4639226 or 407225. OLE color: 407225.

HSL color Cylindrical-coordinate representation of color #B93606: hue angle of 16.09º degrees, saturation: 0.94, 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 #B93606 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 54 6 -
CMYK 0 0.71 0.97 0.27
HSL 16.09º 0.94% 0.37% -
HSV(B) 16.09º 0.97% 0.73% -
XYZ 21.36 12.97 1.55 -
YUV 87.7 81.9 197.4 -
System Red Green Blue C M Y K H S L
Decimal 185 54 6 0 0.71 0.97 0.27 16.09 0.94 0.37
Hex B9 36 6 0 47 61 1B 10 5E 25
Octal 271 66 6 0 107 141 33 20 136 45
Binary 10111001 110110 110 0 1000111 1100001 11011 10000 1011110 100101

Color Harmonies of #B93606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93606

Black with #B93606

Text Example


Text Example

White with #B93606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93606; }

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

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

background-color css

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

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

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

border-color css

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

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

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