Html Css Color HEX #B83612 Rust

📋 copy color: '#B83612'

red 184 ◦ green 54 ◦ blue 18

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

Shades of Rust #B83612

Tints of Rust #B83612

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.09%

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

R = 71.88%
G = 21.09%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B83612 (or 0xB83612) is known color: Rust. HEX triplet: B8, 36 and 12. RGB value is (184,54,18). Sum of RGB (Red+Green+Blue) = 184+54+18=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B83612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83612 is #47C9ED. Grayscale: #595959. Windows color (decimal): -4704750 or 1193656. OLE color: 1193656.

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

Color convert

RGB 184 54 18 -
CMYK 0 0.71 0.90 0.28
HSL 13.01º 0.82% 0.4% -
HSV(B) 13.01º 0.9% 0.72% -
XYZ 21.2 12.87 1.94 -
YUV 88.77 88.07 195.93 -
System Red Green Blue C M Y K H S L
Decimal 184 54 18 0 0.71 0.90 0.28 13.01 0.82 0.4
Hex B8 36 12 0 47 5A 1C D 52 28
Octal 270 66 22 0 107 132 34 15 122 50
Binary 10111000 110110 10010 0 1000111 1011010 11100 1101 1010010 101000

Color Harmonies of #B83612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83612

Black with #B83612

Text Example


Text Example

White with #B83612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83612; }

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

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

background-color css

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

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

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

border-color css

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

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

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