Html Css Color HEX #B93812 Rust

📋 copy color: '#B93812'

red 185 ◦ green 56 ◦ blue 18

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

Shades of Rust #B93812

Tints of Rust #B93812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.62%

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

R = 71.43%
G = 21.62%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B93812 (or 0xB93812) is known color: Rust. HEX triplet: B9, 38 and 12. RGB value is (185,56,18). Sum of RGB (Red+Green+Blue) = 185+56+18=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B93812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93812 is #46C7ED. Grayscale: #5A5A5A. Windows color (decimal): -4638702 or 1194169. OLE color: 1194169.

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

Color convert

RGB 185 56 18 -
CMYK 0 0.70 0.90 0.27
HSL 13.65º 0.82% 0.4% -
HSV(B) 13.65º 0.9% 0.73% -
XYZ 21.53 13.19 1.98 -
YUV 90.24 87.24 195.59 -
System Red Green Blue C M Y K H S L
Decimal 185 56 18 0 0.70 0.90 0.27 13.65 0.82 0.4
Hex B9 38 12 0 46 5A 1B E 52 28
Octal 271 70 22 0 106 132 33 16 122 50
Binary 10111001 111000 10010 0 1000110 1011010 11011 1110 1010010 101000

Color Harmonies of #B93812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93812

Black with #B93812

Text Example


Text Example

White with #B93812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93812; }

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

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

background-color css

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

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

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

border-color css

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

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

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