Html Css Color HEX #B83200 Rust

📋 copy color: '#B83200'

red 184 ◦ green 50 ◦ blue 0

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

Shades of Rust #B83200

Tints of Rust #B83200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.37%

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

R = 78.63%
G = 21.37%
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

#B83200 (or 0xB83200) is known color: Rust. HEX triplet: B8, 32 and 00. RGB value is (184,50,0). Sum of RGB (Red+Green+Blue) = 184+50+0=234 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.63% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 184 - color contains mainly: red. Hex color #B83200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83200 is #47CDFF. Grayscale: #545454. Windows color (decimal): -4705792 or 12984. OLE color: 12984.

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

Color convert

RGB 184 50 0 -
CMYK 0 0.73 1 0.28
HSL 16.3º 1% 0.36% -
HSV(B) 16.3º 1% 0.72% -
XYZ 20.91 12.47 1.31 -
YUV 84.37 80.39 199.07 -
System Red Green Blue C M Y K H S L
Decimal 184 50 0 0 0.73 1 0.28 16.3 1 0.36
Hex B8 32 0 0 49 64 1C 10 64 24
Octal 270 62 0 0 111 144 34 20 144 44
Binary 10111000 110010 0 0 1001001 1100100 11100 10000 1100100 100100

Color Harmonies of #B83200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83200

Black with #B83200

Text Example


Text Example

White with #B83200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83200; }

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

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

background-color css

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

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

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

border-color css

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

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

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