Html Css Color HEX #B83202 Rust

📋 copy color: '#B83202'

red 184 ◦ green 50 ◦ blue 2

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

Shades of Rust #B83202

Tints of Rust #B83202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 77.97%
G = 21.19%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B83202 (or 0xB83202) is known color: Rust. HEX triplet: B8, 32 and 02. RGB value is (184,50,2). Sum of RGB (Red+Green+Blue) = 184+50+2=236 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.97% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 184 - color contains mainly: red. Hex color #B83202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83202 is #47CDFD. Grayscale: #545454. Windows color (decimal): -4705790 or 144056. OLE color: 144056.

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

Color convert

RGB 184 50 2 -
CMYK 0 0.73 0.99 0.28
HSL 15.82º 0.98% 0.36% -
HSV(B) 15.82º 0.99% 0.72% -
XYZ 20.92 12.48 1.36 -
YUV 84.59 81.39 198.9 -
System Red Green Blue C M Y K H S L
Decimal 184 50 2 0 0.73 0.99 0.28 15.82 0.98 0.36
Hex B8 32 2 0 49 63 1C 10 62 24
Octal 270 62 2 0 111 143 34 20 142 44
Binary 10111000 110010 10 0 1001001 1100011 11100 10000 1100010 100100

Color Harmonies of #B83202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83202

Black with #B83202

Text Example


Text Example

White with #B83202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83202; }

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

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

background-color css

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

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

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

border-color css

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

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

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