Html Css Color HEX #B65314 Rust

📋 copy color: '#B65314'

red 182 ◦ green 83 ◦ blue 20

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

Shades of Rust #B65314

Tints of Rust #B65314

RGB

 RED value IS 182 (71.48% from 255) = 63.86%

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

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

R = 63.86%
G = 29.12%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B65314 (or 0xB65314) is known color: Rust. HEX triplet: B6, 53 and 14. RGB value is (182,83,20). Sum of RGB (Red+Green+Blue) = 182+83+20=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B65314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65314 is #49ACEB. Grayscale: #696969. Windows color (decimal): -4828396 or 1332150. OLE color: 1332150.

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

Color convert

RGB 182 83 20 -
CMYK 0 0.54 0.89 0.29
HSL 23.33º 0.8% 0.4% -
HSV(B) 23.33º 0.89% 0.71% -
XYZ 22.51 16.18 2.6 -
YUV 105.42 79.8 182.62 -
System Red Green Blue C M Y K H S L
Decimal 182 83 20 0 0.54 0.89 0.29 23.33 0.8 0.4
Hex B6 53 14 0 36 59 1D 17 50 28
Octal 266 123 24 0 66 131 35 27 120 50
Binary 10110110 1010011 10100 0 110110 1011001 11101 10111 1010000 101000

Color Harmonies of #B65314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65314

Black with #B65314

Text Example


Text Example

White with #B65314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65314; }

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

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

background-color css

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

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

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

border-color css

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

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

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