Html Css Color HEX #B83F10 Rust

📋 copy color: '#B83F10'

red 184 ◦ green 63 ◦ blue 16

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

Shades of Rust #B83F10

Tints of Rust #B83F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.08%

R = 69.96%
G = 23.95%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B83F10 (or 0xB83F10) is known color: Rust. HEX triplet: B8, 3F and 10. RGB value is (184,63,16). Sum of RGB (Red+Green+Blue) = 184+63+16=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83F10 is #47C0EF. Grayscale: #5E5E5E. Windows color (decimal): -4702448 or 1064888. OLE color: 1064888.

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

Color convert

RGB 184 63 16 -
CMYK 0 0.66 0.91 0.28
HSL 16.79º 0.84% 0.39% -
HSV(B) 16.79º 0.91% 0.72% -
XYZ 21.64 13.78 2.01 -
YUV 93.82 84.09 192.32 -
System Red Green Blue C M Y K H S L
Decimal 184 63 16 0 0.66 0.91 0.28 16.79 0.84 0.39
Hex B8 3F 10 0 42 5B 1C 11 54 27
Octal 270 77 20 0 102 133 34 21 124 47
Binary 10111000 111111 10000 0 1000010 1011011 11100 10001 1010100 100111

Color Harmonies of #B83F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83F10

Black with #B83F10

Text Example


Text Example

White with #B83F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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