Html Css Color HEX #B83A1F Rust

📋 copy color: '#B83A1F'

red 184 ◦ green 58 ◦ blue 31

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

Shades of Rust #B83A1F

Tints of Rust #B83A1F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.25%

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

R = 67.4%
G = 21.25%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B83A1F (or 0xB83A1F) is known color: Rust. HEX triplet: B8, 3A and 1F. RGB value is (184,58,31). Sum of RGB (Red+Green+Blue) = 184+58+31=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83A1F is #47C5E0. Grayscale: #5C5C5C. Windows color (decimal): -4703713 or 2046648. OLE color: 2046648.

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

Color convert

RGB 184 58 31 -
CMYK 0 0.68 0.83 0.28
HSL 10.59º 0.71% 0.42% -
HSV(B) 10.59º 0.83% 0.72% -
XYZ 21.53 13.32 2.73 -
YUV 92.6 93.24 193.2 -
System Red Green Blue C M Y K H S L
Decimal 184 58 31 0 0.68 0.83 0.28 10.59 0.71 0.42
Hex B8 3A 1F 0 44 53 1C B 47 2A
Octal 270 72 37 0 104 123 34 13 107 52
Binary 10111000 111010 11111 0 1000100 1010011 11100 1011 1000111 101010

Color Harmonies of #B83A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83A1F

Black with #B83A1F

Text Example


Text Example

White with #B83A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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