Html Css Color HEX #B93B0D Rust

📋 copy color: '#B93B0D'

red 185 ◦ green 59 ◦ blue 13

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

Shades of Rust #B93B0D

Tints of Rust #B93B0D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.96%

 BLUE value IS 13 (5.47% from 255) = 5.06%

R = 71.98%
G = 22.96%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#B93B0D (or 0xB93B0D) is known color: Rust. HEX triplet: B9, 3B and 0D. RGB value is (185,59,13). Sum of RGB (Red+Green+Blue) = 185+59+13=257 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.98% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93B0D is #46C4F2. Grayscale: #5B5B5B. Windows color (decimal): -4637939 or 867257. OLE color: 867257.

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

Color convert

RGB 185 59 13 -
CMYK 0 0.68 0.93 0.27
HSL 16.05º 0.87% 0.39% -
HSV(B) 16.05º 0.93% 0.73% -
XYZ 21.64 13.47 1.84 -
YUV 91.43 83.74 194.74 -
System Red Green Blue C M Y K H S L
Decimal 185 59 13 0 0.68 0.93 0.27 16.05 0.87 0.39
Hex B9 3B D 0 44 5D 1B 10 57 27
Octal 271 73 15 0 104 135 33 20 127 47
Binary 10111001 111011 1101 0 1000100 1011101 11011 10000 1010111 100111

Color Harmonies of #B93B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B0D

Black with #B93B0D

Text Example


Text Example

White with #B93B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B0D; }

 p { color: rgb(185,59,13); }

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

background-color css

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

 a { background-color: rgb(185,59,13); }

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

border-color css

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

 span { border-color: rgb(185,59,13); }

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