Html Css Color HEX #B85314 Rust

📋 copy color: '#B85314'

red 184 ◦ green 83 ◦ blue 20

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

Shades of Rust #B85314

Tints of Rust #B85314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.92%

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

R = 64.11%
G = 28.92%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B85314 (or 0xB85314) is known color: Rust. HEX triplet: B8, 53 and 14. RGB value is (184,83,20). Sum of RGB (Red+Green+Blue) = 184+83+20=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B85314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85314 is #47ACEB. Grayscale: #6A6A6A. Windows color (decimal): -4697324 or 1332152. OLE color: 1332152.

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

Color convert

RGB 184 83 20 -
CMYK 0 0.55 0.89 0.28
HSL 23.05º 0.8% 0.4% -
HSV(B) 23.05º 0.89% 0.72% -
XYZ 22.99 16.43 2.62 -
YUV 106.02 79.46 183.62 -
System Red Green Blue C M Y K H S L
Decimal 184 83 20 0 0.55 0.89 0.28 23.05 0.8 0.4
Hex B8 53 14 0 37 59 1C 17 50 28
Octal 270 123 24 0 67 131 34 27 120 50
Binary 10111000 1010011 10100 0 110111 1011001 11100 10111 1010000 101000

Color Harmonies of #B85314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85314

Black with #B85314

Text Example


Text Example

White with #B85314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85314; }

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

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

background-color css

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

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

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

border-color css

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

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

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