Html Css Color HEX #B93816 Rust

📋 copy color: '#B93816'

red 185 ◦ green 56 ◦ blue 22

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

Shades of Rust #B93816

Tints of Rust #B93816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.37%

R = 70.34%
G = 21.29%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B93816 (or 0xB93816) is known color: Rust. HEX triplet: B9, 38 and 16. RGB value is (185,56,22). Sum of RGB (Red+Green+Blue) = 185+56+22=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B93816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93816 is #46C7E9. Grayscale: #5A5A5A. Windows color (decimal): -4638698 or 1456313. OLE color: 1456313.

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

Color convert

RGB 185 56 22 -
CMYK 0 0.70 0.88 0.27
HSL 12.52º 0.79% 0.41% -
HSV(B) 12.52º 0.88% 0.73% -
XYZ 21.57 13.2 2.17 -
YUV 90.7 89.24 195.26 -
System Red Green Blue C M Y K H S L
Decimal 185 56 22 0 0.70 0.88 0.27 12.52 0.79 0.41
Hex B9 38 16 0 46 58 1B D 4F 29
Octal 271 70 26 0 106 130 33 15 117 51
Binary 10111001 111000 10110 0 1000110 1011000 11011 1101 1001111 101001

Color Harmonies of #B93816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93816

Black with #B93816

Text Example


Text Example

White with #B93816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93816; }

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

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

background-color css

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

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

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

border-color css

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

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

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