Html Css Color HEX #B83100 Rust

📋 copy color: '#B83100'

red 184 ◦ green 49 ◦ blue 0

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

Shades of Rust #B83100

Tints of Rust #B83100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.03%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.97%
G = 21.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B83100 (or 0xB83100) is known color: Rust. HEX triplet: B8, 31 and 00. RGB value is (184,49,0). Sum of RGB (Red+Green+Blue) = 184+49+0=233 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.97% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 184 - color contains mainly: red. Hex color #B83100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83100 is #47CEFF. Grayscale: #545454. Windows color (decimal): -4706048 or 12728. OLE color: 12728.

HSL color Cylindrical-coordinate representation of color #B83100: hue angle of 15.98º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B83100 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 49 0 -
CMYK 0 0.73 1 0.28
HSL 15.98º 1% 0.36% -
HSV(B) 15.98º 1% 0.72% -
XYZ 20.87 12.39 1.29 -
YUV 83.78 80.73 199.48 -
System Red Green Blue C M Y K H S L
Decimal 184 49 0 0 0.73 1 0.28 15.98 1 0.36
Hex B8 31 0 0 49 64 1C 10 64 24
Octal 270 61 0 0 111 144 34 20 144 44
Binary 10111000 110001 0 0 1001001 1100100 11100 10000 1100100 100100

Color Harmonies of #B83100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83100

Black with #B83100

Text Example


Text Example

White with #B83100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83100; }

 p { color: rgb(184,49,0); }

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

background-color css

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

 a { background-color: rgb(184,49,0); }

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

border-color css

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

 span { border-color: rgb(184,49,0); }

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