Html Css Color HEX #B93814 Rust

📋 copy color: '#B93814'

red 185 ◦ green 56 ◦ blue 20

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

Shades of Rust #B93814

Tints of Rust #B93814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.66%

R = 70.88%
G = 21.46%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B93814 (or 0xB93814) is known color: Rust. HEX triplet: B9, 38 and 14. RGB value is (185,56,20). Sum of RGB (Red+Green+Blue) = 185+56+20=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B93814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93814 is #46C7EB. Grayscale: #5A5A5A. Windows color (decimal): -4638700 or 1325241. OLE color: 1325241.

HSL color Cylindrical-coordinate representation of color #B93814: hue angle of 13.09º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B93814 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 56 20 -
CMYK 0 0.70 0.89 0.27
HSL 13.09º 0.8% 0.4% -
HSV(B) 13.09º 0.89% 0.73% -
XYZ 21.55 13.19 2.07 -
YUV 90.47 88.24 195.43 -
System Red Green Blue C M Y K H S L
Decimal 185 56 20 0 0.70 0.89 0.27 13.09 0.8 0.4
Hex B9 38 14 0 46 59 1B D 50 28
Octal 271 70 24 0 106 131 33 15 120 50
Binary 10111001 111000 10100 0 1000110 1011001 11011 1101 1010000 101000

Color Harmonies of #B93814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93814

Black with #B93814

Text Example


Text Example

White with #B93814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93814; }

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

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

background-color css

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

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

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

border-color css

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

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

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