Html Css Color HEX #B93605 Rust

📋 copy color: '#B93605'

red 185 ◦ green 54 ◦ blue 5

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

Shades of Rust #B93605

Tints of Rust #B93605

RGB

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

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

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

R = 75.82%
G = 22.13%
B = 2.05%

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

#B93605 (or 0xB93605) is known color: Rust. HEX triplet: B9, 36 and 05. RGB value is (185,54,5). Sum of RGB (Red+Green+Blue) = 185+54+5=244 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.82% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 185 - color contains mainly: red. Hex color #B93605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93605 is #46C9FA. Grayscale: #575757. Windows color (decimal): -4639227 or 341689. OLE color: 341689.

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

Color convert

RGB 185 54 5 -
CMYK 0 0.71 0.97 0.27
HSL 16.33º 0.95% 0.37% -
HSV(B) 16.33º 0.97% 0.73% -
XYZ 21.35 12.96 1.52 -
YUV 87.58 81.4 197.48 -
System Red Green Blue C M Y K H S L
Decimal 185 54 5 0 0.71 0.97 0.27 16.33 0.95 0.37
Hex B9 36 5 0 47 61 1B 10 5F 25
Octal 271 66 5 0 107 141 33 20 137 45
Binary 10111001 110110 101 0 1000111 1100001 11011 10000 1011111 100101

Color Harmonies of #B93605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93605

Black with #B93605

Text Example


Text Example

White with #B93605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93605; }

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

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

background-color css

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

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

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

border-color css

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

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

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