Html Css Color HEX #B93A1D Rust

📋 copy color: '#B93A1D'

red 185 ◦ green 58 ◦ blue 29

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

Shades of Rust #B93A1D

Tints of Rust #B93A1D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.32%

 BLUE value IS 29 (11.72% from 255) = 10.66%

R = 68.01%
G = 21.32%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B93A1D (or 0xB93A1D) is known color: Rust. HEX triplet: B9, 3A and 1D. RGB value is (185,58,29). Sum of RGB (Red+Green+Blue) = 185+58+29=272 (36% of max value = 765). Red value is 185 (72.66% from 255 or 68.01% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93A1D is #46C5E2. Grayscale: #5C5C5C. Windows color (decimal): -4638179 or 1915577. OLE color: 1915577.

HSL color Cylindrical-coordinate representation of color #B93A1D: hue angle of 11.15º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B93A1D is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 58 29 -
CMYK 0 0.69 0.84 0.27
HSL 11.15º 0.73% 0.42% -
HSV(B) 11.15º 0.84% 0.73% -
XYZ 21.74 13.43 2.61 -
YUV 92.67 92.08 193.86 -
System Red Green Blue C M Y K H S L
Decimal 185 58 29 0 0.69 0.84 0.27 11.15 0.73 0.42
Hex B9 3A 1D 0 45 54 1B B 49 2A
Octal 271 72 35 0 105 124 33 13 111 52
Binary 10111001 111010 11101 0 1000101 1010100 11011 1011 1001001 101010

Color Harmonies of #B93A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93A1D

Black with #B93A1D

Text Example


Text Example

White with #B93A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93A1D; }

 p { color: rgb(185,58,29); }

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

background-color css

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

 a { background-color: rgb(185,58,29); }

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

border-color css

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

 span { border-color: rgb(185,58,29); }

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