Html Css Color HEX #B83814 Rust

📋 copy color: '#B83814'

red 184 ◦ green 56 ◦ blue 20

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

Shades of Rust #B83814

Tints of Rust #B83814

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.54%

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

R = 70.77%
G = 21.54%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B83814 (or 0xB83814) is known color: Rust. HEX triplet: B8, 38 and 14. RGB value is (184,56,20). Sum of RGB (Red+Green+Blue) = 184+56+20=260 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.77% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 184 - color contains mainly: red. Hex color #B83814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83814 is #47C7EB. Grayscale: #5A5A5A. Windows color (decimal): -4704236 or 1325240. OLE color: 1325240.

HSL color Cylindrical-coordinate representation of color #B83814: hue angle of 13.17º 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 #B83814 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 56 20 -
CMYK 0 0.70 0.89 0.28
HSL 13.17º 0.8% 0.4% -
HSV(B) 13.17º 0.89% 0.72% -
XYZ 21.31 13.07 2.06 -
YUV 90.17 88.41 194.93 -
System Red Green Blue C M Y K H S L
Decimal 184 56 20 0 0.70 0.89 0.28 13.17 0.8 0.4
Hex B8 38 14 0 46 59 1C D 50 28
Octal 270 70 24 0 106 131 34 15 120 50
Binary 10111000 111000 10100 0 1000110 1011001 11100 1101 1010000 101000

Color Harmonies of #B83814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83814

Black with #B83814

Text Example


Text Example

White with #B83814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83814; }

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

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

background-color css

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

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

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

border-color css

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

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

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