Html Css Color HEX #B83E00 Rust

📋 copy color: '#B83E00'

red 184 ◦ green 62 ◦ blue 0

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

Shades of Rust #B83E00

Tints of Rust #B83E00

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.2%

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

R = 74.8%
G = 25.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B83E00 (or 0xB83E00) is known color: Rust. HEX triplet: B8, 3E and 00. RGB value is (184,62,0). Sum of RGB (Red+Green+Blue) = 184+62+0=246 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.80% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 184 - color contains mainly: red. Hex color #B83E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83E00 is #47C1FF. Grayscale: #5B5B5B. Windows color (decimal): -4702720 or 16056. OLE color: 16056.

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

Color convert

RGB 184 62 0 -
CMYK 0 0.66 1 0.28
HSL 20.22º 1% 0.36% -
HSV(B) 20.22º 1% 0.72% -
XYZ 21.49 13.64 1.5 -
YUV 91.41 76.42 194.04 -
System Red Green Blue C M Y K H S L
Decimal 184 62 0 0 0.66 1 0.28 20.22 1 0.36
Hex B8 3E 0 0 42 64 1C 14 64 24
Octal 270 76 0 0 102 144 34 24 144 44
Binary 10111000 111110 0 0 1000010 1100100 11100 10100 1100100 100100

Color Harmonies of #B83E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83E00

Black with #B83E00

Text Example


Text Example

White with #B83E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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