Html Css Color HEX #B83514 Rust

📋 copy color: '#B83514'

red 184 ◦ green 53 ◦ blue 20

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

Shades of Rust #B83514

Tints of Rust #B83514

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.62%

 BLUE value IS 20 (8.2% from 255) = 7.78%

R = 71.6%
G = 20.62%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B83514 (or 0xB83514) is known color: Rust. HEX triplet: B8, 35 and 14. RGB value is (184,53,20). Sum of RGB (Red+Green+Blue) = 184+53+20=257 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.60% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 184 - color contains mainly: red. Hex color #B83514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83514 is #47CAEB. Grayscale: #585858. Windows color (decimal): -4705004 or 1324472. OLE color: 1324472.

HSL color Cylindrical-coordinate representation of color #B83514: hue angle of 12.07º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B83514 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 53 20 -
CMYK 0 0.71 0.89 0.28
HSL 12.07º 0.8% 0.4% -
HSV(B) 12.07º 0.89% 0.72% -
XYZ 21.17 12.79 2.01 -
YUV 88.41 89.4 196.18 -
System Red Green Blue C M Y K H S L
Decimal 184 53 20 0 0.71 0.89 0.28 12.07 0.8 0.4
Hex B8 35 14 0 47 59 1C C 50 28
Octal 270 65 24 0 107 131 34 14 120 50
Binary 10111000 110101 10100 0 1000111 1011001 11100 1100 1010000 101000

Color Harmonies of #B83514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83514

Black with #B83514

Text Example


Text Example

White with #B83514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83514; }

 p { color: rgb(184,53,20); }

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

background-color css

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

 a { background-color: rgb(184,53,20); }

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

border-color css

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

 span { border-color: rgb(184,53,20); }

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