Html Css Color HEX #B83F1C Rust

📋 copy color: '#B83F1C'

red 184 ◦ green 63 ◦ blue 28

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

Shades of Rust #B83F1C

Tints of Rust #B83F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.18%

R = 66.91%
G = 22.91%
B = 10.18%

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

#B83F1C (or 0xB83F1C) is known color: Rust. HEX triplet: B8, 3F and 1C. RGB value is (184,63,28). Sum of RGB (Red+Green+Blue) = 184+63+28=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83F1C is #47C0E3. Grayscale: #5F5F5F. Windows color (decimal): -4702436 or 1851320. OLE color: 1851320.

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

Color convert

RGB 184 63 28 -
CMYK 0 0.66 0.85 0.28
HSL 13.46º 0.74% 0.42% -
HSV(B) 13.46º 0.85% 0.72% -
XYZ 21.75 13.83 2.62 -
YUV 95.19 90.09 191.35 -
System Red Green Blue C M Y K H S L
Decimal 184 63 28 0 0.66 0.85 0.28 13.46 0.74 0.42
Hex B8 3F 1C 0 42 55 1C D 4A 2A
Octal 270 77 34 0 102 125 34 15 112 52
Binary 10111000 111111 11100 0 1000010 1010101 11100 1101 1001010 101010

Color Harmonies of #B83F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83F1C

Black with #B83F1C

Text Example


Text Example

White with #B83F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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