Html Css Color HEX #B83F1F Rust

📋 copy color: '#B83F1F'

red 184 ◦ green 63 ◦ blue 31

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

Shades of Rust #B83F1F

Tints of Rust #B83F1F

RGB

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

 GREEN value IS 63 (25% from 255) = 22.66%

 BLUE value IS 31 (12.5% from 255) = 11.15%

R = 66.19%
G = 22.66%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B83F1F (or 0xB83F1F) is known color: Rust. HEX triplet: B8, 3F and 1F. RGB value is (184,63,31). Sum of RGB (Red+Green+Blue) = 184+63+31=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83F1F is #47C0E0. Grayscale: #5F5F5F. Windows color (decimal): -4702433 or 2047928. OLE color: 2047928.

HSL color Cylindrical-coordinate representation of color #B83F1F: hue angle of 12.55º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B83F1F is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 63 31 -
CMYK 0 0.66 0.83 0.28
HSL 12.55º 0.71% 0.42% -
HSV(B) 12.55º 0.83% 0.72% -
XYZ 21.79 13.84 2.82 -
YUV 95.53 91.59 191.1 -
System Red Green Blue C M Y K H S L
Decimal 184 63 31 0 0.66 0.83 0.28 12.55 0.71 0.42
Hex B8 3F 1F 0 42 53 1C D 47 2A
Octal 270 77 37 0 102 123 34 15 107 52
Binary 10111000 111111 11111 0 1000010 1010011 11100 1101 1000111 101010

Color Harmonies of #B83F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83F1F

Black with #B83F1F

Text Example


Text Example

White with #B83F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83F1F; }

 p { color: rgb(184,63,31); }

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

background-color css

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

 a { background-color: rgb(184,63,31); }

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

border-color css

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

 span { border-color: rgb(184,63,31); }

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