Html Css Color HEX #B93412 Rust

📋 copy color: '#B93412'

red 185 ◦ green 52 ◦ blue 18

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

Shades of Rust #B93412

Tints of Rust #B93412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.39%

 BLUE value IS 18 (7.42% from 255) = 7.06%

R = 72.55%
G = 20.39%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B93412 (or 0xB93412) is known color: Rust. HEX triplet: B9, 34 and 12. RGB value is (185,52,18). Sum of RGB (Red+Green+Blue) = 185+52+18=255 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.55% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 185 - color contains mainly: red. Hex color #B93412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93412 is #46CBED. Grayscale: #585858. Windows color (decimal): -4639726 or 1193145. OLE color: 1193145.

HSL color Cylindrical-coordinate representation of color #B93412: hue angle of 12.22º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B93412 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 52 18 -
CMYK 0 0.72 0.90 0.27
HSL 12.22º 0.82% 0.4% -
HSV(B) 12.22º 0.9% 0.73% -
XYZ 21.34 12.81 1.92 -
YUV 87.89 88.56 197.26 -
System Red Green Blue C M Y K H S L
Decimal 185 52 18 0 0.72 0.90 0.27 12.22 0.82 0.4
Hex B9 34 12 0 48 5A 1B C 52 28
Octal 271 64 22 0 110 132 33 14 122 50
Binary 10111001 110100 10010 0 1001000 1011010 11011 1100 1010010 101000

Color Harmonies of #B93412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93412

Black with #B93412

Text Example


Text Example

White with #B93412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93412; }

 p { color: rgb(185,52,18); }

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

background-color css

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

 a { background-color: rgb(185,52,18); }

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

border-color css

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

 span { border-color: rgb(185,52,18); }

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