Html Css Color HEX #B83F1B Rust

📋 copy color: '#B83F1B'

red 184 ◦ green 63 ◦ blue 27

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

Shades of Rust #B83F1B

Tints of Rust #B83F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.85%

R = 67.15%
G = 22.99%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B83F1B (or 0xB83F1B) is known color: Rust. HEX triplet: B8, 3F and 1B. RGB value is (184,63,27). Sum of RGB (Red+Green+Blue) = 184+63+27=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83F1B is #47C0E4. Grayscale: #5F5F5F. Windows color (decimal): -4702437 or 1785784. OLE color: 1785784.

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

Color convert

RGB 184 63 27 -
CMYK 0 0.66 0.85 0.28
HSL 13.76º 0.74% 0.41% -
HSV(B) 13.76º 0.85% 0.72% -
XYZ 21.74 13.82 2.56 -
YUV 95.08 89.59 191.43 -
System Red Green Blue C M Y K H S L
Decimal 184 63 27 0 0.66 0.85 0.28 13.76 0.74 0.41
Hex B8 3F 1B 0 42 55 1C E 4A 29
Octal 270 77 33 0 102 125 34 16 112 51
Binary 10111000 111111 11011 0 1000010 1010101 11100 1110 1001010 101001

Color Harmonies of #B83F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83F1B

Black with #B83F1B

Text Example


Text Example

White with #B83F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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