Html Css Color HEX #B83712 Rust

📋 copy color: '#B83712'

red 184 ◦ green 55 ◦ blue 18

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

Shades of Rust #B83712

Tints of Rust #B83712

RGB

 RED value IS 184 (72.27% from 255) = 71.6%

 GREEN value IS 55 (21.88% from 255) = 21.4%

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

R = 71.6%
G = 21.4%
B = 7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B83712 (or 0xB83712) is known color: Rust. HEX triplet: B8, 37 and 12. RGB value is (184,55,18). Sum of RGB (Red+Green+Blue) = 184+55+18=257 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.60% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 184 - color contains mainly: red. Hex color #B83712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83712 is #47C8ED. Grayscale: #595959. Windows color (decimal): -4704494 or 1193912. OLE color: 1193912.

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

Color convert

RGB 184 55 18 -
CMYK 0 0.70 0.90 0.28
HSL 13.37º 0.82% 0.4% -
HSV(B) 13.37º 0.9% 0.72% -
XYZ 21.24 12.97 1.96 -
YUV 89.35 87.74 195.51 -
System Red Green Blue C M Y K H S L
Decimal 184 55 18 0 0.70 0.90 0.28 13.37 0.82 0.4
Hex B8 37 12 0 46 5A 1C D 52 28
Octal 270 67 22 0 106 132 34 15 122 50
Binary 10111000 110111 10010 0 1000110 1011010 11100 1101 1010010 101000

Color Harmonies of #B83712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83712

Black with #B83712

Text Example


Text Example

White with #B83712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83712; }

 p { color: rgb(184,55,18); }

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

background-color css

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

 a { background-color: rgb(184,55,18); }

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

border-color css

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

 span { border-color: rgb(184,55,18); }

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