Html Css Color HEX #B93505 Rust

📋 copy color: '#B93505'

red 185 ◦ green 53 ◦ blue 5

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

Shades of Rust #B93505

Tints of Rust #B93505

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.81%

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

R = 76.13%
G = 21.81%
B = 2.06%

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

#B93505 (or 0xB93505) is known color: Rust. HEX triplet: B9, 35 and 05. RGB value is (185,53,5). Sum of RGB (Red+Green+Blue) = 185+53+5=243 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.13% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 185 - color contains mainly: red. Hex color #B93505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93505 is #46CAFA. Grayscale: #575757. Windows color (decimal): -4639483 or 341433. OLE color: 341433.

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

Color convert

RGB 185 53 5 -
CMYK 0 0.71 0.97 0.27
HSL 16º 0.95% 0.37% -
HSV(B) 16º 0.97% 0.73% -
XYZ 21.31 12.87 1.5 -
YUV 87 81.73 197.9 -
System Red Green Blue C M Y K H S L
Decimal 185 53 5 0 0.71 0.97 0.27 16 0.95 0.37
Hex B9 35 5 0 47 61 1B 10 5F 25
Octal 271 65 5 0 107 141 33 20 137 45
Binary 10111001 110101 101 0 1000111 1100001 11011 10000 1011111 100101

Color Harmonies of #B93505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93505

Black with #B93505

Text Example


Text Example

White with #B93505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93505; }

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

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

background-color css

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

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

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

border-color css

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

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

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