Html Css Color HEX #B83F20 Rust

📋 copy color: '#B83F20'

red 184 ◦ green 63 ◦ blue 32

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

Shades of Rust #B83F20

Tints of Rust #B83F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.47%

R = 65.95%
G = 22.58%
B = 11.47%

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

#B83F20 (or 0xB83F20) is known color: Rust. HEX triplet: B8, 3F and 20. RGB value is (184,63,32). Sum of RGB (Red+Green+Blue) = 184+63+32=279 (36% of max value = 765). Red value is 184 (72.27% from 255 or 65.95% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83F20 is #47C0DF. Grayscale: #5F5F5F. Windows color (decimal): -4702432 or 2113464. OLE color: 2113464.

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

Color convert

RGB 184 63 32 -
CMYK 0 0.66 0.83 0.28
HSL 12.24º 0.7% 0.42% -
HSV(B) 12.24º 0.83% 0.72% -
XYZ 21.81 13.85 2.89 -
YUV 95.65 92.09 191.02 -
System Red Green Blue C M Y K H S L
Decimal 184 63 32 0 0.66 0.83 0.28 12.24 0.7 0.42
Hex B8 3F 20 0 42 53 1C C 46 2A
Octal 270 77 40 0 102 123 34 14 106 52
Binary 10111000 111111 100000 0 1000010 1010011 11100 1100 1000110 101010

Color Harmonies of #B83F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83F20

Black with #B83F20

Text Example


Text Example

White with #B83F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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